PrintDocument for WinForms
PageIndicesToPageNumbers メソッド (ExportUtil)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.Export 名前空間 > ExportUtil クラス : PageIndicesToPageNumbers メソッド
ページインデックスの配列。
ドキュメント。
0から始まる物理ページインデックスの配列を1から始まる 論理ページ番号に変換します。
シンタックス
'宣言
 
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
ページインデックスの配列。
document
ドキュメント。

戻り値の型

論理ページ番号の配列。
参照

ExportUtil クラス
ExportUtil メンバ