ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / ToImGearPage Method / ToImGearPage() Method




In This Topic
    ToImGearPage() Method
    In This Topic
    Converts the ImGearPDEImage to an ImGearPage.
    Syntax
    'Declaration
     
    Public Overloads Function ToImGearPage() As ImGearPage
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim value As ImGearPage
     
    value = instance.ToImGearPage()
    public ImGearPage ToImGearPage()
    public: ImGearPage* ToImGearPage(); 
    public:
    ImGearPage^ ToImGearPage(); 

    Return Value

    The converted image.
    See Also