PrintDocument for WinForms
PageExists メソッド (ExportUtil)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.Export 名前空間 > ExportUtil クラス : PageExists メソッド
物理ページ番号(1から始まるインデックス)。
ページイメージのリストまたは null。
ドキュメントまたは null。
指定した番号を持つページがドキュメントに存在するかどうかをテストします。
シンタックス
'宣言
 
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
物理ページ番号(1から始まるインデックス)。
pages
ページイメージのリストまたは null。
document
ドキュメントまたは null。

戻り値の型

ページが存在する場合は true、その他の場合は false。
参照

ExportUtil クラス
ExportUtil メンバ