'宣言 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
- ドキュメント。
戻り値の型
論理ページ番号の配列。