ReArrange the Pages in the Loaded Document.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void ReArrange(
	int[] orderArray
)
Public Sub ReArrange ( 
	orderArray As Integer()
)
public:
void ReArrange(
	array<int>^ orderArray
)
member ReArrange : 
        orderArray : int[] -> unit 

Parameters

orderArray
array<Int32>[]()[][]
The page sequence to arrange the pages.

See Also