ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPage Class / GetContent Method




In This Topic
    GetContent Method (ImGearPDFPage)
    In This Topic
    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