PdfPagesMovePage Method Terminal Works - PDF Printing.Net Library
Moves a page within the page sequence.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void MovePage(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex
Type: SystemInt32
The page index before this operation.
newIndex
Type: SystemInt32
The page index after this operation.
See Also

Reference