C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / ExportUtil Class / PageIndicesToPageNumbers Method
The array of page indices.
The document.

In This Topic
PageIndicesToPageNumbers Method
In This Topic
Converts an array of 0-based physical page indices to an array of 1-based logical page numbers.
Syntax
'Declaration
 
Public Shared Function PageIndicesToPageNumbers( _
   ByVal pageIndices() As Integer, _
   ByVal document As Object _
) As Integer()
 

Parameters

pageIndices
The array of page indices.
document
The document.

Return Value

The array of logical page numbers.
See Also