ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_preflight_create
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_PREFLIGHT > IG_PDF_preflight_create

This function creates new preflight object for the specified PDF document.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_preflight_create(
        HIG_PDF_DOC hDoc,
        LPHIG_PDF_PREFLIGHT lphPreflight
);

Arguments:

Name Type Description
hDoc HIG_PDF_DOC PDF document for which to do preflight.
lphPreflight LPHIG_PDF_PREFLIGHT PDF preflight object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.