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

ImageUploader.UploadThumbnail2Height Property

Height restriction of the second thumbnail.

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

Syntax

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

Property Value

A positive integer value that specifies height restriction for the second thumbnail.

Default value is 96.

Remarks

This property corresponds to UploadThumbnail2Height client-side property.

See Also

Reference