PrintDocument for WinForms
GetPages メソッド (ExportUtil)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportUtil クラス : GetPages メソッド
The export document.
Out: the page count.
Gets the list of page images representing the document, or null if the document is a C1Preview.
シンタックス
'宣言
 
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)
public static System.Collections.IList GetPages( 
   System.object document,
   out System.int pageCount
)

パラメータ

document
The export document.
pageCount
Out: the page count.

戻り値の型

The list of page metafiles or null.
参照

ExportUtil クラス
ExportUtil メンバ