[]
        
(Showing Draft Content)

C1.Win.C1Preview.PreviewPageDocBase.GetImage

GetImage Method

GetImage(bool)

Gets an image representing the current page.

Declaration
public override Image GetImage(bool renderInputControls)
Parameters
Type Name Description
bool 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).

Returns
Type Description
Image

The page image.

Overrides