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

Creates HIG_PDE_CONTENT from HIG_PDF_PAGE.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_page_get_content(
        HIG_PDF_PAGE hPage,
        LPHIG_PDE_CONTENT lpnContent
);

Arguments:

Name Type Description
hPage HIG_PDF_PAGE The page whose content object is acquired.
lpnContent LPHIG_PDE_CONTENT PDE content return value.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

The PDF content is cached, so that subsequent calls on the same page return the same PDF content.

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