PrintDocument for WinForms
PageAsMetafile(Int32,PageDrawParams) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス > PageAsMetafile メソッド : PageAsMetafile(Int32,PageDrawParams) メソッド
The page index (0-based).
Specifies drawing params.
Gets a System.Drawing.Imaging.Metafile that represents the specified page.
シンタックス
'宣言
 
Public Overloads Function PageAsMetafile( _
   ByVal pageIndex As System.Integer, _
   ByVal pdp As PageDrawParams _
) As System.Drawing.Imaging.Metafile
'使用法
 
Dim instance As C1MultiDocument
Dim pageIndex As System.Integer
Dim pdp As PageDrawParams
Dim value As System.Drawing.Imaging.Metafile
 
value = instance.PageAsMetafile(pageIndex, pdp)
public System.Drawing.Imaging.Metafile PageAsMetafile( 
   System.int pageIndex,
   PageDrawParams pdp
)

パラメータ

pageIndex
The page index (0-based).
pdp
Specifies drawing params.

戻り値の型

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

C1MultiDocument クラス
C1MultiDocument メンバ
オーバーロード一覧