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