ドキュメントを表すページ画像のリストを取得します。ドキュメントが C1Preview の場合は null になります。
シンタックス
'宣言
Public Shared Function GetPages( _
ByVal As System.Object, _
ByRef As System.Integer _
) As System.Collections.IList
public static System.Collections.IList GetPages(
System.object ,
out System.int
)
パラメータ
- document
- エクスポートドキュメント。
- pageCount
- 出力:ページ数。
戻り値の型
ページメタファイルのリストまたは null。
参照