Skip to main content

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?

optional qualityLevels?: IQualityLevelsConfig

Defines the image quality levels, in percent of the hi-res output DPI specified in the IRenderingProperty.hiResOutputDpi property.


enabled?

optional enabled?: boolean

If true, enables the quality meter and low DPI warnings. The default value is true.

Was this page helpful?