Prints PDF pages from a PDF document, allowing the user to specify options such as page size, rotation, and fit mode.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_doc_print( HIG_PDF_DOC hDoc, LPAT_PDF_PRINTOPTIONS lpPrintOptions); |
Arguments:
hDoc | Handle to the document to print. |
lpPrintOptions | Parameters to control printing. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
Please refer to the MFC PDF sample for a complete code example of using the IG_PDF_doc_print function.