Aurigma Image Uploader 6.5 Dual
ImageUploader..::.QualityMeterFormats Property
A value which defines print formats for the quality meter.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property QualityMeterFormats As String
C#
public string QualityMeterFormats { get; set; }
Property Value
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:
- Each format is defined with 4 mandatory parameters: name, width, height, and acceptable ratio.
- Parameters are separated by comma.
- Formats are separated by semicolon.
If it is equal to the empty string, no quality meter is displayed.
Default value is "".
Remarks
This property corresponds to QualityMeterFormats client-side property.