ImageGear .NET - Updated March 30, 2018
ReleaseContent Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPage Class : ReleaseContent Method
Decrements page's PDE content internal reference count.
Syntax
'Declaration
 
Public Sub ReleaseContent() 
 
'Usage
 
Dim instance As ImGearPDFPage
 
instance.ReleaseContent()
Remarks
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 page. Thus, you do not need to keep a content acquired for performance reasons.
See Also

Reference

ImGearPDFPage Class
ImGearPDFPage Members
ImGearPDEContent Class