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

ImageEditor.CropMinSize Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets minimum width and height of the crop rectangle (in pixels).

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

Syntax

Visual Basic
Public Property CropMinSize As Integer
C#
public int CropMinSize { get; set; }

Property Value

Type: System.Int32

The minimum width and height of the crop rectangle (in pixels).

Default value is 50.

See Also

Reference