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

ImageUploader.UploadThumbnail3JpegQuality Property

JPEG quality for the third thumbnail.

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

Syntax

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

Property Value

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

Default value is 100.

Remarks

This property corresponds to UploadThumbnail3JpegQuality client-side property.

See Also

Reference