Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / EmfExporter Class / EmfPlusToEmfOnly Property

In This Topic
    EmfPlusToEmfOnly Property (EmfExporter)
    In This Topic
    Gets or sets a value indicating whether metafiles of types System.Drawing.Imaging.EmfType.EmfPlusDual and System.Drawing.Imaging.EmfType.EmfPlusOnly should be converted to System.Drawing.Imaging.EmfType.EmfOnly type before exporting.
    Syntax
    'Declaration
     
    Public Property EmfPlusToEmfOnly As Boolean
    public bool EmfPlusToEmfOnly {get; set;}
    See Also