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

ImageUploader.UploadThumbnail2FitMode Property

Fit mode of the second thumbnail.

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

Syntax

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

Property Value

The ThumbnailFitMode enumeration member that specifies a fit mode of the second thumbnail.

Default value is Off.

Remarks

This property corresponds to UploadThumbnail2FitMode client-side property.

See Also

Reference