Namespace: BitMiracle.Docotic.Pdf
public void MovePage( int srcIndex, int destIndex )
Public Sub MovePage ( srcIndex As Integer, destIndex As Integer )
The page being moved is always placed before page with index specified by destIndex parameter. After that the collection of document pages is compacted by shifting pages towards the beginning of the collection.
If index specified by destIndex parameter is equal to the length of the collection then page will be moved to the end of the collection.