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

In This Topic
    EmfType Property
    In This Topic
    Gets or sets the type of metafiles created by the current report. The default is System.Drawing.Imaging.EmfType.EmfOnly.
    Syntax
    'Declaration
     
    Public Property EmfType As System.Drawing.Imaging.EmfType
    public System.Drawing.Imaging.EmfType EmfType {get; set;}
    See Also