ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PdfExportSettings Class / ConvertMetaToPng Property

In This Topic
    ConvertMetaToPng Property (PdfExportSettings)
    In This Topic
    Gets or sets a value indicating whether Windows metafiles are converted to PNG files in the PDF document.
    Syntax
    'Declaration
     
    Public Property ConvertMetaToPng As BoolDefaultExportSetting
    public BoolDefaultExportSetting ConvertMetaToPng {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether to convert metafiles to PNG.
    See Also