Click or drag to resize

PdfPageCollection ReArrange Method

ReArrange the Pages in the Loaded Document.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ReArrange(
	int[] orderArray
)

Parameters

orderArray
Type: System Int32
The page sequence to arrange the pages.
See Also