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

ImageUploader.UploadThumbnail2Resolution Property

Image resolution of the second thumbnail.

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

Syntax

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

Property Value

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

Default value is 72.

Remarks

This property corresponds to UploadThumbnail2Resolution client-side property.

See Also

Reference