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

Determines whether or not the PDF document is linearized.

Declaration:

 
Copy Code
IG_PDF_doc_get_is_linearized(
     HIG_PDF_DOC hDoc, 
     LPAT_BOOL lpbIsLinearized
);

Arguments:

Name Type Description
hDoc HIG_PDF_DOC The PDF document that is open.
lpbIsLinearized LPAT_BOOL A Boolean value indicating whether the document is linearized or not.

Return Value:

The current error count.

Supported Raster Image Formats:

This function does not process image pixels.

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