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

PaneViewMode Enumeration

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Specifies possible values for Image Uploader view modes.

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

Syntax

Visual Basic
Public Enumeration PaneViewMode
C#
public enum PaneViewMode

Members

Member name Description
Thumbnails

Images are displayed as thumbnails, non-images are displayed as icons. It is possible to attach a description to each file. If a file is recognized as image, it can be cropped and rotated.

Tiles

Each file appears as a thumbnail (or icon for non-image files), with a file name and details (file type, last modification date, and file size) on the right. It is possible to attach a description to each file. If a file is recognized as image, it can be cropped and rotated.

Details

Files are displayed as small thumbnails (or icons for non-image files) with names on the right.

List

All the files are displayed as a detailed list (icon + filename + info + size + last modification date + type + image dimensions).

See Also

Reference