'宣言 Public Overrides Function GetImage( _ ByVal renderInputControls As System.Boolean _ ) As System.Drawing.Image
'使用法 Dim instance As PreviewPageMultiDoc Dim renderInputControls As System.Boolean Dim value As System.Drawing.Image value = instance.GetImage(renderInputControls)
public override 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.