ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / ConvertMetaToPng Property

In This Topic
    ConvertMetaToPng Property (PdfExportOptions)
    In This Topic
    Specifies if the PDF Export should convert WMF/EMF images into PNG for the PDF Viewer type.
    Syntax
    'Declaration
     
    Public Property ConvertMetaToPng As Boolean
    public bool ConvertMetaToPng {get; set;}
    See Also