PDFium Component Docs

BuildDllName function

Unit: PDFium
Returns pdfium.dll or pdfium.v8.dll for the requested V8 mode

Syntax

function BuildDllName(UseV8: Boolean): string;

Parameters

UseV8Boolean

Return Value

string

Description

Returns pdfium.dll or pdfium.v8.dll for the requested V8 mode

This helper participates in the PDFium DLL search policy used by TPdf.LoadLibrary

Remarks

Example

DllName := BuildDllName(EnableV8Engine);

See Also

LoadPDFiumDll, FindDllInPath, TPdf.V8FeaturesAvailable