PDFium Component Docs

BuildDllName functie

Unit: PDFium
Geeft pdfium.dll of pdfium.v8.dll terug voor de gevraagde V8-modus

Syntax

function BuildDllName(UseV8: Boolean): string;

Parameters

UseV8Boolean

Return Value

string

Description

BuildDllName geeft pdfium.v8.dll terug wanneer UseV8 True is en de standaardbibliotheeknaam wanneer UseV8 False is

LoadPDFiumDll roept deze hulpfunctie aan met EnableV8Engine voordat kandidaatmappen worden doorzocht

Remarks

Example

DllName := BuildDllName(EnableV8Engine);

See Also

LoadPDFiumDll, FindDllInPath, TPdf.V8FeaturesAvailable