'宣言 Public Overloads Shared Function GetMaxPageNumber( _ ByVal document As System.Object _ ) As System.Integer
'使用法 Dim document As System.Object Dim value As System.Integer value = ExportUtil.GetMaxPageNumber(document)
public static System.int GetMaxPageNumber( System.object document )
パラメータ
- document
- The target document.
戻り値の型
The maximum page number valid for this document.