Unit: PDFium
Returns pdfium.dll or pdfium.v8.dll for the requested V8 mode
Syntax
function BuildDllName(UseV8: Boolean): string;
Parameters
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
- DLL names and paths remain unchanged so they can be copied into code
- Search functions return an empty string when no matching file is found
Example
DllName := BuildDllName(EnableV8Engine);
See Also