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

UploadedFile.CropBounds Property

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

Visual Basic
Public MustOverride ReadOnly Property CropBounds As Rectangle
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