'宣言 Public Overloads Function GetPageInfo( _ ByVal pageIndex As System.Integer, _ ByRef pageNo As System.Integer, _ ByRef resolvedPage As ResolvedPage _ ) As System.Boolean
'使用法 Dim instance As C1MultiDocument Dim pageIndex As System.Integer Dim pageNo As System.Integer Dim resolvedPage As ResolvedPage Dim value As System.Boolean value = instance.GetPageInfo(pageIndex, pageNo, resolvedPage)
public System.bool GetPageInfo( System.int pageIndex, out System.int pageNo, out ResolvedPage resolvedPage )
パラメータ
- pageIndex
- The 0-based index of the target page.
- pageNo
- OUT: The logical page number within the current document.
- resolvedPage
- OUT: The ResolvedPage.
戻り値の型
true if pageIndex is valid, false otherwise.