PDFium Delphi Component Docs

BuildDllName функция

Модуль: PDFium
Возвращает pdfium.dll или pdfium.v8.dll для запрошенного режима V8

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