PrintDocument for WinForms
PageExists メソッド (ExportUtil)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportUtil クラス : PageExists メソッド
The physical page number (1-based index).
The list of page images or null.
The document or null.
Tests whether the page with the specified number exists in the document.
シンタックス
'宣言
 
Public Shared Function PageExists( _
   ByVal pageNo As System.Integer, _
   ByVal pages As System.Collections.IList, _
   ByVal document As System.Object _
) As System.Boolean
'使用法
 
Dim pageNo As System.Integer
Dim pages As System.Collections.IList
Dim document As System.Object
Dim value As System.Boolean
 
value = ExportUtil.PageExists(pageNo, pages, document)
public static System.bool PageExists( 
   System.int pageNo,
   System.Collections.IList pages,
   System.object document
)

パラメータ

pageNo
The physical page number (1-based index).
pages
The list of page images or null.
document
The document or null.

戻り値の型

True if the page exists, false otherwise.
参照

ExportUtil クラス
ExportUtil メンバ