Sequenced Barcode
Defined in namespace Scandit.DataCapture.Barcode.Sequence.Data
- SequencedBarcode
class SequencedBarcode : IDisposable
Added in version 8.6.0
A barcode within a shelf sequencing context that includes positional information.
Represents a barcode that has been processed as part of shelf sequencing operations. This class provides access to the barcode data along with its positional order within a tray structure.
- OrderOnTray
intOrderOnTray { get; }Added in version 8.6.0
The positional order of this barcode on its associated tray. This value indicates the sequence position of the barcode relative to other barcodes on the same tray.
- Barcode
Barcode Barcode { get; }
Added in version 8.6.0
The barcode data associated with this sequenced instance.
Note
This class cannot be instantiated directly. Instances are provided through shelf sequencing operations.