This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.QualityMeterLowQualityColor Property

Color of the quality meter element corresponding to the print format which is not recommended for printing.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property QualityMeterLowQualityColor As Color
C#
public Color QualityMeterLowQualityColor { get; set; }

Property Value

A Color value which specifies a quality meter element color for non-recommended print formats.

Default value is gray.

Remarks

This property corresponds to QualityMeterLowQualityColor client-side property.

See Also

Reference