Gets the page number of a page with a specified index within the current range.
シンタックス
'宣言
Public Function GetPage( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public System.int GetPage(
System.int ,
System.int ,
System.int
)
パラメータ
- pageIndex
- The 0-based page index.
- minPageNumber
- The starting page number (used if the current range is from the beginning of a document).
- maxPageNumber
- The ending page number (used if the current range is to the end of a document).
参照