PDFium Component Docs

BuildDllName funkcija

Unit: PDFium
Vraća pdfium.dll ili pdfium.v8.dll za zatraženi V8 način rada

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