PrintDocument for WinForms
AsMetafile(Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス > AsMetafile メソッド : AsMetafile(Boolean) メソッド
Indicates whether to draw input controls (see RenderInputBase).
Returns a System.Drawing.Imaging.Metafile representing the current page.
シンタックス
'宣言
 
Public Overloads Function AsMetafile( _
   ByVal renderInputControls As System.Boolean _
) As System.Drawing.Imaging.Metafile
'使用法
 
Dim instance As C1Page
Dim renderInputControls As System.Boolean
Dim value As System.Drawing.Imaging.Metafile
 
value = instance.AsMetafile(renderInputControls)
public System.Drawing.Imaging.Metafile AsMetafile( 
   System.bool renderInputControls
)

パラメータ

renderInputControls
Indicates whether to draw input controls (see RenderInputBase).

戻り値の型

The System.Drawing.Imaging.Metafile representing the current page.
参照

C1Page クラス
C1Page メンバ
オーバーロード一覧
AsMetafile(Graphics,EmfType,Boolean,Boolean) メソッド