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

CompressionMode Enumeration

Specifies possible values for compression modes.

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

Syntax

Visual Basic
Public Enumeration CompressionMode
C#
public enum CompressionMode

Members

Member name Description
Icon

The uploaded thumbnail is an icon.

Jpeg

The uploaded thumbnail is JPEG.

SourceFile

The uploaded thumbnail is a copy of the original file.

Zip

The uploaded thumbnail is a zip archive.

See Also

Reference