Size of thumbnails in the preview area when Thumbnails view mode is used.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property PreviewThumbnailSize As Integer
public int PreviewThumbnailSize { get; set; }
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
.