'宣言 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.