PrintDocument for WinForms
GetImage メソッド (PreviewPageBase)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > PreviewPageBase クラス : GetImage メソッド
Indicates whether input controls on the page should be rendered (if real controls will be created over the page, this flag must be set to false).
Gets an image representing the current page.
シンタックス
'宣言
 
Public MustOverride Function GetImage( _
   ByVal renderInputControls As System.Boolean _
) As System.Drawing.Image
'使用法
 
Dim instance As PreviewPageBase
Dim renderInputControls As System.Boolean
Dim value As System.Drawing.Image
 
value = instance.GetImage(renderInputControls)
public abstract System.Drawing.Image GetImage( 
   System.bool renderInputControls
)

パラメータ

renderInputControls
Indicates whether input controls on the page should be rendered (if real controls will be created over the page, this flag must be set to false).

戻り値の型

The page image.
参照

PreviewPageBase クラス
PreviewPageBase メンバ