Namespace: BitMiracle.Docotic.Pdf
public void MovePages( int srcIndex, int count, int destIndex )
Public Sub MovePages ( srcIndex As Integer, count As Integer, destIndex As Integer )
The pages being moved are 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 pages will be moved to the end of the collection.