 
            Decrements HIG_PDF_PAGE's PDF content internal reference count.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_PDF_page_release_content(
        HIG_PDF_PAGE hPage
);
 | |
| Name | Type | Description | 
|---|---|---|
| hPage | HIG_PDF_PAGE | The page whose content object's use count is decremented. | 
Error count.
This function does not process image pixels.
The content is not automatically deleted when the reference count becomes zero - it remains in the cache until the cache slot is needed for another HIG_PDF_PAGE. Thus, you do not need to keep a content acquired for performance reasons.