Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1Page Class / AsMetafile Method / AsMetafile() Method

In This Topic
    AsMetafile() Method
    In This Topic
    Returns a System.Drawing.Imaging.Metafile representing the current page. This method draws input controls.
    Syntax
    'Declaration
     
    Public Overloads Function AsMetafile() As Metafile
    public Metafile AsMetafile()

    Return Value

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