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

Converter.ThumbnailApplyCrop Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether the thumbnail should be cropped.

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

Syntax

Visual Basic
Public Property ThumbnailApplyCrop As Boolean
C#
public bool ThumbnailApplyCrop { get; set; }

Property Value

Type: System.Boolean

If true, the thumbnail is cropped using the specified crop bounds.

Default value is false.

Remarks

In order to set a crop rectangle, select a region in the image editor or use the file.cropBounds property.

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

See Also

Reference

Manual