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