[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportUtil.PageIndicesToPageNumbers

PageIndicesToPageNumbers Method

PageIndicesToPageNumbers(int[], object)

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

Declaration
public static int[] PageIndicesToPageNumbers(int[] pageIndices, object document)
Parameters
Type Name Description
int[] pageIndices

The array of page indices.

object document

The document.

Returns
Type Description
int[]

The array of logical page numbers.