ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderGraphics Class / EmfType Property

In This Topic
    EmfType Property (RenderGraphics)
    In This Topic
    Gets or sets the type of metafile created by the current RenderGraphics object.
    Syntax
    'Declaration
     
    Public Property EmfType As System.Drawing.Imaging.EmfType
    public System.Drawing.Imaging.EmfType EmfType {get; set;}
    See Also