Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPageMultiDoc 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 (PreviewPageMultiDoc)
    In This Topic
    Gets an image representing the current page.
    Syntax
    'Declaration
     
    Public Overrides Function GetImage( _
       ByVal renderInputControls As Boolean _
    ) As Image
    public override 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