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

ImageUploader.LargePreviewWidth Property

Width of the preview window.

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

Syntax

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

Property Value

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

Default value is 400.

Remarks

This property corresponds to LargePreviewWidth client-side property.

See Also

Reference