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

ImageUploader.UploadThumbnail1JpegQuality Property

JPEG quality for the first thumbnail.

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

Syntax

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

Property Value

A positive integer value that specifies a JPEG quality for the first thumbnail in range from 0 (the worst quality) to 100 (the best quality).

Default value is 100.

Remarks

This property corresponds to UploadThumbnail1JpegQuality client-side property.

See Also

Reference