ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_doc_print
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_DOC > IG_PDF_doc_print

Glossary Item Box

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.

©2012. Accusoft Corporation. All Rights Reserved.