file.cropBounds Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets crop bounds of the user-selected file.

Syntax

JavaScript Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').files().set(index).cropBounds(value);
value = $au.imageUploaderFlash('uploaderID').files().get(index).cropBounds();

Property Value

Type: Array

The crop bounds of this file in the the following format: [x,y,width,height].