New |
-
New( cKey, nRenderer ) => Creates the pdf object. The parameter is needed to remove the DEMO restrictions.
cKey : is the numeric key as a string, to remove the "DEMO" restriction
nRenderer : 1 = GDI+
3 = DPLR (AGG) - Needs XppPDF63.DLL in the path or application folder
4 = PDFium - Needs XppPDF64.DLL in the path or application folder
Select the renderer to use during rendering. By default the GDI+ rendering engine is used.
All rendering functions support the DPLR (AGG) rendering engine.
Return values
0 The specified renderer could not be selected
1 The GDI+ renderer was selected
3 The DPLR (AGG) renderer was selected
4 The PDFium renderer was selected