[]
Gets or sets the image quality for the PDF document.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<ImageQuality> ImageQuality { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<ImageQuality> | An EnumDefaultExportSetting<T> object representing the image quality. |
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.