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

QualityMeter.LowQualityColor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a 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 LowQualityColor As Color
C#
public Color LowQualityColor { get; set; }

Property Value

Type: System.Drawing.Color

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

The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).

Default value is #ececec.

Remarks

If the image is printed in this format, the quality will be unacceptable because printing machine will not print it with high enough resolution.

See Also

Reference