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

ThumbnailFitMode Enumeration

Specifies possible values for thumbnail fit modes.

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

Syntax

Visual Basic
Public Enumeration ThumbnailFitMode
C#
public enum ThumbnailFitMode

Members

Member name Description
Fit

The original image should be resized to fit the rectangle specified with the ThumbnailHeight and ThumbnailWidth properties. Note that the proportions of the original image will be kept.

Width
Height
ActualSize

See Also

Reference