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

In This Topic
    ParseEmfPlus Property (PdfExporter)
    In This Topic
    Gets or sets a value indicating whether EMF+ metafiles should be parsed directly without converting them to EMF-only first. The default is false. Set to true if you have issues resulting from EMF+ to EMF conversion.
    Syntax
    'Declaration
     
    Public Property ParseEmfPlus As Boolean
    public bool ParseEmfPlus {get; set;}
    See Also