A value which defines print formats for the quality meter.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property QualityMeterFormats As String
public string QualityMeterFormats { get; set; }
A string value that specifies a set of the print formats used in the quality meter. Format of this string is the following:
Format1 name,format1 width (pixels),format1 height (pixels),format1 acceptable ratio;Format2 name,format2 width (pixels),format2 height (pixels),format2 acceptable ratio;...
In other words:
If it is equal to the empty string, no quality meter is displayed.
Default value is "".