Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public int ReorderPages(
	int[] order
)
Visual Basic
Public Function ReorderPages ( _
	order As Integer() _
) As Integer
Visual C++
public:
int ReorderPages(
	array<int>^ order
)

Parameters

order
Type: array<System..::..Int32>[]()[][]

See Also