Interface: IQualityMeterConfig
A structure containing the configuration of the image quality meter.
Remarks
IViolationWarningsSettingsConfig uses this interface. For details, see the Warnings https://customerscanvas.com/dev/editors/iframe-api/editor-configuration/warnings.html|Warnings topic.
Example
{
"violationWarningsSettings": {
"qualityMeter": {
"enabled": true,
"qualityLevels": {
"warning": "99",
"bad": "50"
}
}
}
}
Properties
qualityLevels?
optionalqualityLevels?:IQualityLevelsConfig
Defines the image quality levels, in percent of the hi-res output DPI specified in the IRenderingProperty.hiResOutputDpi property.
enabled?
optionalenabled?:boolean
If true, enables the quality meter and low DPI warnings. The default value is true.