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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス > PageAsMetafile メソッド : PageAsMetafile(Int32,Boolean,SmoothingMode) メソッド
The page index (0-based).
A value indicating whether to render input (preview forms) controls.
The smoothing mode to use.
Gets a System.Drawing.Imaging.Metafile that represents the specified page.
シンタックス
'宣言
 
Public Overloads Function PageAsMetafile( _
   ByVal pageIndex As System.Integer, _
   ByVal renderInputControls As System.Boolean, _
   ByVal smoothingMode As System.Drawing.Drawing2D.SmoothingMode _
) As System.Drawing.Imaging.Metafile
'使用法
 
Dim instance As C1MultiDocument
Dim pageIndex As System.Integer
Dim renderInputControls As System.Boolean
Dim smoothingMode As System.Drawing.Drawing2D.SmoothingMode
Dim value As System.Drawing.Imaging.Metafile
 
value = instance.PageAsMetafile(pageIndex, renderInputControls, smoothingMode)
public System.Drawing.Imaging.Metafile PageAsMetafile( 
   System.int pageIndex,
   System.bool renderInputControls,
   System.Drawing.Drawing2D.SmoothingMode smoothingMode
)

パラメータ

pageIndex
The page index (0-based).
renderInputControls
A value indicating whether to render input (preview forms) controls.
smoothingMode
The smoothing mode to use.

戻り値の型

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

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