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

Converter.ThumbnailResizeQuality Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a resize quality of the thumbnail.

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

Syntax

Visual Basic
Public Property ThumbnailResizeQuality As ResizeQuality
C#
public ResizeQuality ThumbnailResizeQuality { get; set; }

Property Value

Type: Aurigma.ImageUploader.ResizeQuality

The resize quality of the thumbnail.

Default value is Medium.

Remarks

This property makes sense only if the Mode property has Thumbnail value.

See Also

Reference

Manual