PDFium Delphi Component Docs

BuildDllName 함수

유닛: PDFium
요청한 V8 모드에 맞는 pdfium.dll 또는 pdfium.v8.dll을 반환합니다

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