Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPageBase Class / GetImage Method
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).

In This Topic
    GetImage Method (PreviewPageBase)
    In This Topic
    Gets an image representing the current page.
    Syntax
    'Declaration
     
    Public MustOverride Function GetImage( _
       ByVal renderInputControls As Boolean _
    ) As Image
    public abstract Image GetImage( 
       bool renderInputControls
    )

    Parameters

    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).

    Return Value

    The page image.
    See Also