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

PaneItem.PreviewQuality Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a resize quality of preview thumbnails.

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

Syntax

Visual Basic
Public Property PreviewQuality As ResizeQuality
C#
public ResizeQuality PreviewQuality { get; set; }

Property Value

Type: Aurigma.ImageUploader.ResizeQuality

The resize quality of preview thumbnails.

Default value is Medium.

Remarks

Note

This property takes effect in the Thumbnails, Tiles, and List views only.

See Also

Reference