PDFium Component Docs

BuildDllName-funktio

Unit: PDFium
Palauttaa pdfium.dll:n tai pdfium.v8.dll:n pyydetylle V8-tilalle

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