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

ImageUploader.ProgressDialogPreviewThumbnailSize Property

Size of a thumbnail in the progress dialog.

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

Syntax

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

Property Value

A positive integer value that specifies size of a thumbnail in the progress dialog. This value should be in range [50, 400]. If it equals to 0, no thumbnail is displayed in the progress dialog.

Default value is 96.

Remarks

This property corresponds to ProgressDialogPreviewThumbnailSize client-side property.

See Also

Reference