SetPDFiumFileName
Rendering and printing
Description
Sets the path to pdfium.dll used by the optional PDFium renderer.
Syntax
Delphi
Function TPDFlib.SetPDFiumFileName(Const FileName: WideString): Integer;
ActiveX
Function PDFlib::SetPDFiumFileName(FileName As String) As Long
DLL
int DLSetPDFiumFileName(int InstanceID, const wchar_t * FileName);
Parameters
| FileName | Full path to a PDFium DLL that matches the process architecture. |
|---|
Returns
Returns 1 when the DLL can be loaded and attached; returns 0 when PDFium support is not compiled in or the DLL cannot be attached.