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

ImageUploader.PreviewThumbnailSize Property

Size of thumbnails in the preview area when Thumbnails view mode is used.

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

Syntax

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

Property Value

A positive integer value that specifies size of thumbnails in the preview area (in pixels). In other words, this property specifies size of square the thumbnail is inscribed in.

Default value is 96.

Remarks

This property corresponds to PreviewThumbnailSize client-side property.

See Also

Reference