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

QualityMeter.HighQualityColor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a color of the quality meter element which corresponds to the recommended print format.

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

Syntax

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

Property Value

Type: System.Drawing.Color

The color of the quality meter element which corresponds to the recommended print format.

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

Default value is #5bc529.

Remarks

If the image is printed in this format, the quality will be high (i.e. the printing machine will print it with high resolution).

See Also

Reference