'宣言 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)
パラメータ
- pageNo
- 物理ページ番号(1から始まるインデックス)。
- pages
- ページイメージのリストまたは null。
- document
- ドキュメントまたは null。
戻り値の型
ページが存在する場合は true、その他の場合は false。