Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportExporter Class / ConvertEmfPlusToEmfOnly Method

In This Topic
    ConvertEmfPlusToEmfOnly Method (C1ReportExporter)
    In This Topic
    Indicates whether page 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. This implementation returns false.
    Syntax
    'Declaration
     
    Protected Overrides Function ConvertEmfPlusToEmfOnly() As Boolean
    protected override bool ConvertEmfPlusToEmfOnly()
    See Also