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.

Syntax

PHP
public function getCropBounds() {
}

Property Value

Type: string

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

The value has the following format: left,top,right,bottom.

See Also

Reference