ImageGear .NET - Updated December 24, 2018
MovePage Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecDocument Class : MovePage Method
Starting page index.
Destination page index.
Changes the index of a page in the document.
Syntax
'Declaration
 
Public Sub MovePage( _
   ByVal sourceIndex As Integer, _
   ByVal destinationIndex As Integer _
) 
 
'Usage
 
Dim instance As ImGearRecDocument
Dim sourceIndex As Integer
Dim destinationIndex As Integer
 
instance.MovePage(sourceIndex, destinationIndex)

Parameters

sourceIndex
Starting page index.
destinationIndex
Destination page index.
See Also

Reference

ImGearRecDocument Class
ImGearRecDocument Members