| ResultOutputItem Methods | 
The ResultOutputItem type exposes the following members.
| Name | Description | |
|---|---|---|
| createScanResultOutputItem | 
            Deserialize from JSON.
              | |
| Equals | (Inherited from Object.) | |
| GetFiles | 
            List of output files for AspriseImaging#OUTPUT_SAVE and AspriseImaging#OUTPUT_SAVE_THUMB.
              | |
| GetFormat | 
            Image format - any of AspriseImaging#FORMAT_JPG ...
              | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetOutputRecordCount | 
            Number of records.
              | |
| GetOutputRecords | 
            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.
              | |
| GetOutputType | 
            Output type - any of AspriseImaging#OUTPUT_SAVE ...
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| LoadImage | 
            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.
              | |
| SetOutputRecords | 
            Sets the output records.
              | |
| ToString | (Overrides ObjectToString.) |