SetDPLRFileName
Version history
This function was introduced in Quick PDF Library version 10.12.
Description
Sets the path and file name of the DPLR DLL. The SelectRenderer function can be used to select the DPLR renderer rather than the default GDI+ renderer.
The required DPLR rendering DLL for this function can be found in the 'Rendering and Printing Add-On' folder/ directory of the Debenu Quick PDF Library installation folder. Please see the README.TXT in this folder for futher explanation if required.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetDPLRFileName(FileName: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetDPLRFileName(FileName As String) As Long
DLL
int DPLSetDPLRFileName(int InstanceID, wchar_t * FileName)
Parameters
FileName | The path and file name of the DPLR DLL. |
Return values
0 | The specified DLL was not a valid DPLR DLL |
1 | The specified DPLR DLL was valid |