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

ImageUploader.UploadThumbnail2Width Property

Width restriction of the second thumbnail.

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

Syntax

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

Property Value

A positive integer value that specifies a width restriction of the second thumbnail.

Default value is 96.

Remarks

This property corresponds to UploadThumbnail2Width client-side property.

See Also

Reference