# PreviewImageOptions
Options passed to previewImage.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# error
 error :Callback<PreviewImageError> 
  Function called back if the preview fails. Check the message property of passed back parameter.
# image
 image :Titanium.Blob 
  The image to preview. Must be a blob based on a file, such as from read.
# success
 success :Callback<SuccessResponse> 
  Function to be called back if the preview succeeds. No info is passed.