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

Converter.ThumbnailJpegQuality Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a JPEG quality of the thumbnail.

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

Syntax

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

Property Value

Type: System.Int32

The JPEG quality of the thumbnail in range from 0 (the worst quality) to 100 (the best quality).

Default value is 100.

Remarks

You can reduce thumbnail file size by specifying the lower quality.

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

See Also

Reference

Manual