Click or drag to resize
ResultImageItemGetBarcodes Method

» Asprise Scan Home · Developer's Guide

List of barcodes recognized on the image.

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<Dictionary<string, Object>> GetBarcodes()

Return Value

Type: ListDictionaryString, Object
barcodes recognized or empty list if recognition is not performed or none is recognized.
See Also