UploadedFile.CropBounds Property ActiveX/Java Uploader ASP.NET

Gets a crop bounds of this user-selected file if it is an image.

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

Syntax

C#
public abstract Rectangle CropBounds { get; }

Property Value

Type: System.Drawing..Rectangle

The crop bounds of this user-selected file if it is an image. Otherwise, this property returns a 0 size rectangle.

See Also

Reference