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

ImageUploader.UploadThumbnail2JpegQuality Property

JPEG quality for the second thumbnail.

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

Syntax

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

Property Value

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

Default value is 100.

Remarks

This property corresponds to UploadThumbnail2JpegQuality client-side property.

See Also

Reference