[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.PdfExportSettings.ImageQuality

ImageQuality Property

ImageQuality

Gets or sets the image quality for the PDF document.

Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<ImageQuality> ImageQuality { get; set; }
Property Value
Type Description
EnumDefaultExportSetting<ImageQuality>

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.