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

ImageUploader.UploadThumbnail3Width Property

Width restriction of the third thumbnail.

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

Syntax

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

Property Value

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

Default value is 96.

Remarks

This property corresponds to UploadThumbnail3Width client-side property.

See Also

Reference