Gets or sets crop bounds of the user-selected file.
$au.uploader('uploaderID').files().get(index).cropBounds(value); value = $au.uploader('uploaderID').files().get(index).cropBounds();
Type: Array
The crop bounds of this file in the the following format: [left,top,right,bottom]
.