ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDocumentPageArray Class / Insert Method
Position to insert at.
Page to insert.




In This Topic
    Insert Method (ImGearPDFDocumentPageArray)
    In This Topic
    Inserts new page.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Insert( _
       ByVal index As Integer, _
       ByVal page As ImGearPage _
    ) 
    'Usage
     
    Dim instance As ImGearPDFDocumentPageArray
    Dim index As Integer
    Dim page As ImGearPage
     
    instance.Insert(index, page)
    public override void Insert( 
       int index,
       ImGearPage page
    )
    public: void Insert( 
       int index,
       ImGearPage* page
    ) override 
    public:
    void Insert( 
       int index,
       ImGearPage^ page
    ) override 

    Parameters

    index
    Position to insert at.
    page
    Page to insert.
    See Also