Gets or sets a color of the quality meter element which corresponds to the maximum acceptable print format
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AcceptableQualityColor As Color
public Color AcceptableQualityColor { get; set; }
Type: System.Drawing.Color
The color of the quality meter element for acceptable print formats.
The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).
Default value is #ffc600.
The quality of the print in this format will be good enough, but worse than for allowed print formats specified with the HighQualityColor.