pdfPrintResetParams

Reset all printing parameters to their default values.
void pdfPrintResetParams(PDFHandle pdf)
Parameters are maintained in the XpdfPrint object, i.e., they persist even after a call to pdfPrint4 or pdfPrintToDC2. This function resets all parameters back to their default values.

This function resets all parameters listed in the "Printing parameters" section in the function list.

C:
pdfPrintResetParams(pdf);