'宣言 Protected Overridable Function MakeMetafile( _ ByVal renderInputControls As System.Boolean _ ) As System.Drawing.Imaging.Metafile
'使用法 Dim instance As PreviewPageDocBase Dim renderInputControls As System.Boolean Dim value As System.Drawing.Imaging.Metafile value = instance.MakeMetafile(renderInputControls)
protected virtual System.Drawing.Imaging.Metafile MakeMetafile( System.bool renderInputControls )
パラメータ
- renderInputControls
- プレビューフォームコントロールを表示するかどうかを示します。
戻り値の型
このページを表すメタファイル。