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

Converter.ThumbnailFitMode Property

Gets or sets the fit mode of the thumbnail.

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

Syntax

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

Property Value

Type: Aurigma.ImageUploaderFlash.ThumbnailFitMode

The fit mode of the thumbnail.

Default value is Fit.

Remarks

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

See Also

Reference