SetPDFiumFileName
Extraction, Rendering and printing
Version history
This function was introduced in Quick PDF Library version 13.11.
Description
Sets the path and file name of the PDFium DLL. The SelectRenderer function can be used to select the PDFium renderer rather than the default renderer.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetPDFiumFileName(FileName: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetPDFiumFileName(
FileName As String) As Long
DLL
int DPLSetPDFiumFileName(int InstanceID, wchar_t * FileName)
Parameters
FileName | The path and file name of the PDFium DLL |
Return values
0 | The specified DLL was not a valid PDFium DLL |
1 | Success |