UploadedFile.CropBounds Property ActiveX/Java Uploader PHP

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