Namespace: BitMiracle.Docotic.Pdf
public void MovePages( int[] indexes, int destIndex )
Public Sub MovePages ( indexes 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.
The array of indexes specified by indexes must not contain duplicate entries.