'宣言 Public Overloads Shared Function GetMaxPageNumber( _ ByVal document As System.Object, _ ByVal pageCount As System.Integer _ ) As System.Integer
'使用法 Dim document As System.Object Dim pageCount As System.Integer Dim value As System.Integer value = ExportUtil.GetMaxPageNumber(document, pageCount)
パラメータ
- document
- ターゲットドキュメント。
- pageCount
- ページ数。
戻り値の型
このドキュメントに有効な最大ページ番号。