PdfDocument.MovePage Method

PDF File Writer

PdfDocumentMovePage Method

Move page to another position

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void MovePage(
	int SourceIndex,
	int DestinationIndex
)

Parameters

SourceIndex
Type: SystemInt32
Page's current position
DestinationIndex
Type: SystemInt32
Page's new position
See Also