PrintDocument for WinForms
PageAsMetafile メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : PageAsMetafile メソッド
The 1-based page number.
Returns a System.Drawing.Imaging.Metafile representing the specified page.
シンタックス
'宣言
 
Public Function PageAsMetafile( _
   ByVal pageNo As System.Integer _
) As System.Drawing.Imaging.Metafile
'使用法
 
Dim instance As C1PrintDocument
Dim pageNo As System.Integer
Dim value As System.Drawing.Imaging.Metafile
 
value = instance.PageAsMetafile(pageNo)
public System.Drawing.Imaging.Metafile PageAsMetafile( 
   System.int pageNo
)

パラメータ

pageNo
The 1-based page number.

戻り値の型

The System.Drawing.Imaging.Metafile representing the specified page, or null if the page was not found.
参照

C1PrintDocument クラス
C1PrintDocument メンバ