ImageGear .NET v24.14 - Updated
GetContent Method (ImGearPDFPage)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPage Class : GetContent Method
Creates PDE Content object from the page contents and resources.
Syntax
'Declaration
 
Public Function GetContent() As ImGearPDEContent
'Usage
 
Dim instance As ImGearPDFPage
Dim value As ImGearPDEContent
 
value = instance.GetContent()
public ImGearPDEContent GetContent()
public: ImGearPDEContent* GetContent(); 
public:
ImGearPDEContent^ GetContent(); 

Return Value

ImGearPDEContent class object.
Remarks
The PDE content is cached, so that subsequent calls on the same page return the same PDF content.
See Also

Reference

ImGearPDFPage Class
ImGearPDFPage Members
ImGearPDEContent Class