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

ImageUploader.LargePreviewHeight Property

Height of the preview window.

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

Syntax

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

Property Value

A non-negative integer value which specifies the height of the preview window (in pixels).

Default value is 400.

Remarks

This property corresponds to LargePreviewHeight client-side property.

See Also

Reference