PDFReaderControls.NET Professional Type Reference

PageCollection.Move Method 

Moves an existing page to an other position.

public void Move(
   int fromIndex,
   int toIndex
);

Parameters

fromIndex
The zero-based index from the page to move.
toIndex
The zero-based index for the new position.

See Also

PageCollection Class | TallComponents.PDF Namespace