Click or drag to resize

PdfPagesMove Method

Moves the PdfPage at the specified index to a new location in the collection.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void Move(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32
The zero-based index specifying the location of the PdfPage to be moved.
newIndex  Int32
The zero-based index specifying the new location of the PdfPage.
See Also