Gets an image representing the current page.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public override Image GetImage(
	bool renderInputControls
)
Visual Basic
Public Overrides Function GetImage ( _
	renderInputControls As Boolean _
) As Image

Parameters

renderInputControls
Type: System..::..Boolean
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).

Return Value

The page image.

See Also