ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / EmfType Property

In This Topic
    EmfType Property (C1Report)
    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 EmfType
    public EmfType EmfType {get; set;}
    See Also