Converts an array of 0-based physical page indices to an array of 1-based logical page numbers.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static int[] PageIndicesToPageNumbers(
	int[] pageIndices,
	Object document
)
Visual Basic
Public Shared Function PageIndicesToPageNumbers ( _
	pageIndices As Integer(), _
	document As Object _
) As Integer()

Parameters

pageIndices
Type: array<System..::..Int32>[]()[][]
The array of page indices.
document
Type: System..::..Object
The document.

Return Value

The array of logical page numbers.

See Also