Document Library for WinForms
GetPageCount メソッド (OutputRange)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > OutputRange クラス : GetPageCount メソッド
The starting page number (used if the current range is from the beginning of a document).
The ending page number (used if the current range is to the end of a document).
Gets the total number of pages in the current range.
シンタックス
'宣言
 
Public Function GetPageCount( _
   ByVal minPageNumber As System.Integer, _
   ByVal maxPageNumber As System.Integer _
) As System.Integer
public System.int GetPageCount( 
   System.int minPageNumber,
   System.int maxPageNumber
)

パラメータ

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).
参照

OutputRange クラス
OutputRange メンバ