PDFium Component Docs

BuildDllName-funksjon

Unit: PDFium
Returnerer pdfium.dll eller pdfium.v8.dll for ønsket V8-modus

Syntax

function BuildDllName(UseV8: Boolean): string;

Parameters

UseV8Boolean

Return Value

string

Description

BuildDllName returns pdfium.v8.dll when UseV8 is True and the standard library name when UseV8 is False

LoadPDFiumDll calls this helper with EnableV8Engine before probing candidate directories

Remarks

Example

DllName := BuildDllName(EnableV8Engine);

See Also

LoadPDFiumDll, FindDllInPath, TPdf.V8FeaturesAvailable