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

ImageUploader.UploadThumbnail1CompressionMode Property

Compression mode of the first thumbnail.

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

Syntax

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

Property Value

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

Default value is "*.* = Jpeg".

Remarks

This property corresponds to UploadThumbnail1CompressionMode client-side property.

See Also

Reference