Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1Page Class / AsMetafile Method / AsMetafile(Boolean) Method
Indicates whether to draw input controls (see RenderInputBase).

In This Topic
    AsMetafile(Boolean) Method
    In This Topic
    Returns a System.Drawing.Imaging.Metafile representing the current page.
    Syntax
    'Declaration
     
    Public Overloads Function AsMetafile( _
       ByVal renderInputControls As Boolean _
    ) As Metafile
    public Metafile AsMetafile( 
       bool renderInputControls
    )

    Parameters

    renderInputControls
    Indicates whether to draw input controls (see RenderInputBase).

    Return Value

    The System.Drawing.Imaging.Metafile representing the current page.
    See Also