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

ImageUploader.UploadThumbnail1Resolution Property

Image resolution of the first thumbnail.

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

Syntax

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

Property Value

A positive integer value that specifies image resolution for the first thumbnail. If 0 value is specified, the source image resolution is used.

Default value is 72.

Remarks

This property corresponds to UploadThumbnail1Resolution client-side property.

See Also

Reference