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

ImageUploader.UploadThumbnail1Height Property

Height restriction of the first thumbnail.

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

Syntax

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

Property Value

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

Default value is 96.

Remarks

This property corresponds to UploadThumbnail1Height client-side property.

See Also

Reference