PrintDocument for WinForms
PageIndicesToPageNumbers メソッド (ExportUtil)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportUtil クラス : PageIndicesToPageNumbers メソッド
The array of page indices.
The document.
Converts an array of 0-based physical page indices to an array of 1-based logical page numbers.
シンタックス
'宣言
 
Public Shared Function PageIndicesToPageNumbers( _
   ByVal pageIndices() As System.Integer, _
   ByVal document As System.Object _
) As System.Integer()
'使用法
 
Dim pageIndices() As System.Integer
Dim document As System.Object
Dim value() As System.Integer
 
value = ExportUtil.PageIndicesToPageNumbers(pageIndices, document)
public static System.int[] PageIndicesToPageNumbers( 
   System.int[] pageIndices,
   System.object document
)

パラメータ

pageIndices
The array of page indices.
document
The document.

戻り値の型

The array of logical page numbers.
参照

ExportUtil クラス
ExportUtil メンバ