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

In This Topic
    ImageQuality Property (PdfExportSettings)
    In This Topic
    Gets or sets the image quality for the PDF document.
    Syntax
    'Declaration
     
    Public Property ImageQuality As EnumDefaultExportSetting(Of ImageQuality)
    public EnumDefaultExportSetting<ImageQuality> ImageQuality {get; set;}

    Property Value

    An EnumDefaultExportSetting<T> object representing the image quality.
    Remarks
    Set to Highest in combination with a high value in the ImageResolution property to yield the best printing results when converting Windows metafiles (.wmf). Set to Lowest to keep the file size down. If the report has no metafiles, this setting is ignored.
    See Also