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

ImageUploader.UploadThumbnail3CompressionMode Property

Compression mode of the third thumbnail.

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

Syntax

Visual Basic
Public Property UploadThumbnail3CompressionMode As String
C#
public string UploadThumbnail3CompressionMode { get; set; }

Property Value

A string value that specifies the compression mode format string of the third thumbnail.

Default value is "*.* = Jpeg".

Remarks

This property corresponds to UploadThumbnail3CompressionMode client-side property.

See Also

Reference