'宣言 Public Shared Function GetPages( _ ByVal document As System.Object, _ ByRef pageCount As System.Integer _ ) As System.Collections.IList
'使用法 Dim document As System.Object Dim pageCount As System.Integer Dim value As System.Collections.IList value = ExportUtil.GetPages(document, pageCount)
パラメータ
- document
- エクスポートドキュメント。
- pageCount
- 出力:ページ数。
戻り値の型
ページメタファイルのリストまたは null。