Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageCollection Class / Move Method
The current index of the page to move.
The new index of the page.

In This Topic
    Move Method (PageCollection)
    In This Topic
    Moves a page specified by its 0-based index to another position in the collection.
    Syntax
    'Declaration
     
    Public Sub Move( _
       ByVal curIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    public void Move( 
       System.int curIndex,
       System.int newIndex
    )

    Parameters

    curIndex
    The current index of the page to move.
    newIndex
    The new index of the page.
    See Also