Gets or sets a value indicating whether the thumbnail should be cropped.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool ThumbnailApplyCrop { get; set; }
Type: System..Boolean
If true
, the thumbnail is cropped using the specified crop bounds.
Default value is true.
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 and ThumbnailFitMode is not Crop
.