Size of preview thumbnail in AdvancedDetails view mode.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AdvancedDetailsPreviewThumbnailSize As Integer
public int AdvancedDetailsPreviewThumbnailSize { get; set; }
A positive integer value that specifies size of thumbnails in the AdvancedDetails view mode (in pixels). In other words, this property specifies size of square the thumbnail is inscribed in. This value should be in range [10, 250]. If the value is out of this range, it is truncated to the appropriate boundary.
Default value is 64
.