'宣言 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
- 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.