PDFium Delphi Component Docs

Função LoadPDFiumDll

Unidade: PDFium
Resolve o caminho da DLL PDFium usando a política de pesquisa do componente

Syntax

function LoadPDFiumDll: string;

Parameters

None

Return Value

string

Description

LoadPDFiumDll resolves the PDFium runtime DLL path selected by EnableV8Engine and the current process bitness

The search checks bundled DLLs folders, direct Win32 or Win64 folders, the executable directory, and then the Windows system directory fallback

Remarks

Example

DllPath := LoadPDFiumDll;

See Also

TPdf.LoadLibrary, BuildDllName, FindDllInDllsTree