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

ImageUploader.UploadThumbnail1Width Property

Width restriction of the first thumbnail.

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

Syntax

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

Property Value

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

Default value is 96.

Remarks

This property corresponds to UploadThumbnail1Width client-side property.

See Also

Reference