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

Converter.ThumbnailFitMode Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a fit mode of the thumbnail.

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

Syntax

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

Property Value

Type: Aurigma.ImageUploader.ThumbnailFitMode

The fit mode of the thumbnail.

Default value is Fit.

Remarks

Note

Image Uploader Express and Professional restrict a size (width x height) of each created thumbnail to 3 and 5 megapixels respectively. For example, the size of 1500x1500 thumbnail is 2.25 megapixels (1500 pixels x 1500 pixels = 2.25 megapixels), so a thumbnail like this can be uploaded with Image Uploader Express. See the Comparison of Image Uploader Editions topic for details.

This property makes sense only if the Mode property has the Thumbnail value.

See Also

Reference

Manual