Click or drag to resize
ResultOutputItemGetOutputRecords Method

» Asprise Scan Home · Developer's Guide

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.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<string> GetOutputRecords()

Return Value

Type: ListString
List of output records or empty list if there is no record.
See Also