PDF File Writer Class Library - Author Uzi Granot
PdfDocumentMovePage Method |
Move page to another position
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void MovePage( int SourceIndex, int DestinationIndex )
Parameters
- SourceIndex
- Type: SystemInt32
Page's current position - DestinationIndex
- Type: SystemInt32
Page's new position
