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.