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

ImageUploader.UploadThumbnail3Height Property

Height restriction of the third thumbnail.

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

Syntax

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

Property Value

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

Default value is 96.

Remarks

This property corresponds to UploadThumbnail3Height client-side property.

See Also

Reference