PrintDocument for WinForms
GetPageInfo(Int32,Int32,Int32,Int32) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス > GetPageInfo メソッド : GetPageInfo(Int32,Int32,Int32,Int32) メソッド
The 0-based index of the target page.
OUT: 0-based index of the document item (C1MultiDocumentItem) that contains the target page.
OUT: 0-based index of the target page within the document item that contains it (indicated by itemIndex).
OUT: The logical page number within the current document.
Retrieves extended information about a page with the specified index.
シンタックス
'宣言
 
Public Overloads Function GetPageInfo( _
   ByVal pageIndex As System.Integer, _
   ByRef itemIndex As System.Integer, _
   ByRef itemPageIndex As System.Integer, _
   ByRef pageNo As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As C1MultiDocument
Dim pageIndex As System.Integer
Dim itemIndex As System.Integer
Dim itemPageIndex As System.Integer
Dim pageNo As System.Integer
Dim value As System.Boolean
 
value = instance.GetPageInfo(pageIndex, itemIndex, itemPageIndex, pageNo)
public System.bool GetPageInfo( 
   System.int pageIndex,
   out System.int itemIndex,
   out System.int itemPageIndex,
   out System.int pageNo
)

パラメータ

pageIndex
The 0-based index of the target page.
itemIndex
OUT: 0-based index of the document item (C1MultiDocumentItem) that contains the target page.
itemPageIndex
OUT: 0-based index of the target page within the document item that contains it (indicated by itemIndex).
pageNo
OUT: The logical page number within the current document.

戻り値の型

true if pageIndex is valid, false otherwise.
参照

C1MultiDocument クラス
C1MultiDocument メンバ
オーバーロード一覧