Converter.ThumbnailResizeQuality Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a resize quality of the thumbnail (interpolation algorithm).

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

Syntax

C#
public ResizeQuality ThumbnailResizeQuality { get; set; }

Property Value

Type: Aurigma.ImageUploaderFlash..ResizeQuality

The resize quality of the thumbnail.

Default value is Low.

Remarks

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

Note, using algorithms better than "Low" increases the time required by the uploader to prepare images. It works 30%-90% slower comparing to the standard resize functionality (the overall impact is less significant especially if the upload takes more time than image resizing).

See Also

Reference

Manual