Gets or sets crop bounds of the user-selected file.
$au.imageUploaderFlash('uploaderID').files().set(index).cropBounds(value); value = $au.imageUploaderFlash('uploaderID').files().get(index).cropBounds();
Type: Array
The crop bounds of this file in the the following format: [x,y,width,height]
.