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

ImageUploader.QualityMeterHeight Property

Height of the quality meter element.

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

Syntax

Visual Basic
Public Property QualityMeterHeight As Integer
C#
public int QualityMeterHeight { get; set; }

Property Value

A positive integer value that specifies the height restriction for the quality meter element placed on thumbnails.

Default value is 64.

Remarks

This property corresponds to QualityMeterHeight client-side property.

See Also

Reference