ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_PAGE / IG_PDF_page_get_content
In This Topic
    IG_PDF_page_get_content
    In This Topic

    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.