Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPageExternal Class / GetImage Method
This parameter is ignored.

In This Topic
    GetImage Method (PreviewPageExternal)
    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
    This parameter is ignored.

    Return Value

    The page image.
    See Also