'Declaration Public Shared Function PageIndicesToPageNumbers( _ ByVal pageIndices() As Integer, _ ByVal document As Object _ ) As Integer()
public static int[] PageIndicesToPageNumbers( int[] pageIndices, object document )
Parameters
- pageIndices
- The array of page indices.
- document
- The document.
Return Value
The array of logical page numbers.