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

ImageUploader.AdvancedDetailsPreviewThumbnailSize Property

Size of preview thumbnail in AdvancedDetails view mode.

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

Syntax

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

Property Value

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.

Remarks

This property corresponds to AdvancedDetailsPreviewThumbnailSize client-side property.

See Also

Reference