Specifies possible values for fit modes.

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

Syntax

Visual Basic

Public Enumeration ThumbnailFitMode

C#

public enum ThumbnailFitMode

Members

Member name Description
Off

Do not send a thumbnail of this size to the server.

Fit

Send a thumbnail which is resized to fit the specified rectangle.

Width

Send a thumbnail which is resized to have the width which is not larger than the specified one.

Height

Send a thumbnail which is resized to have the height which is not larger than the specified one.

Icon

Send an icon of the file instead of the thumbnail.

ActualSize

Send the image of the original size (rotating and recompressing it if necessary).