'宣言 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.