Creates HIG_PDE_CONTENT from HIG_PDF_PAGE.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_page_get_content( HIG_PDF_PAGE hPage, LPHIG_PDE_CONTENT lpnContent ); |
Name | Type | Description |
---|---|---|
hPage | HIG_PDF_PAGE | The page whose content object is acquired. |
lpnContent | LPHIG_PDE_CONTENT | PDE content return value. |
Error count.
This function does not process image pixels.
The PDF content is cached, so that subsequent calls on the same page return the same PDF content.