ActiveReports 19 .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;}

    Property Value

    A System.Boolean value. true if WMF/EMF images should be converted to PNG; otherwise, false.
    See Also