Click or drag to resize
ResultOutputItem Methods

» Asprise Scan Home · Developer's Guide

The ResultOutputItem type exposes the following members.

Methods
  NameDescription
Public methodStatic membercreateScanResultOutputItem
Deserialize from JSON.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFiles
List of output files for AspriseImaging#OUTPUT_SAVE and AspriseImaging#OUTPUT_SAVE_THUMB.
Public methodGetFormat
Image format - any of AspriseImaging#FORMAT_JPG ...
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOutputRecordCount
Number of records.
Public methodGetOutputRecords
List of output records. Depending on output type, record type can be: * path to file for AspriseImaging#OUTPUT_SAVE, AspriseImaging#OUTPUT_SAVE_THUMB; * server response for AspriseImaging#OUTPUT_UPLOAD, AspriseImaging#OUTPUT_UPLOAD_THUMB; * image data in base64 for AspriseImaging#OUTPUT_RETURN_BASE64, AspriseImaging#OUTPUT_RETURN_BASE64_THUMB.
Public methodGetOutputType
Output type - any of AspriseImaging#OUTPUT_SAVE ...
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadImage
Loads the image represented by the given record if output type is one of: AspriseImaging#OUTPUT_SAVE, OUTPUT_SAVE_THUMB, OUTPUT_RETURN_BASE64, OUTPUT_RETURN_BASE64_THUMB.
Public methodSetOutputRecords
Sets the output records.
Public methodToString (Overrides ObjectToString.)
Top
See Also