[]
Converts an array of 0-based physical page indices to an array of 1-based logical page numbers.
public static int[] PageIndicesToPageNumbers(int[] pageIndices, object document)
| Type | Name | Description |
|---|---|---|
| int[] | pageIndices | The array of page indices. |
| object | document | The document. |
| Type | Description |
|---|---|
| int[] | The array of logical page numbers. |