Barcode Pick View Highlight Style Request
Defined in namespace Scandit.DataCapture.Barcode.Pick.UI
- BarcodePickViewHighlightStyleRequest
class BarcodePickViewHighlightStyleRequest : IDisposable
Added in version 6.24.0
This class encapsulates a style request for an highlight. It provides the item data, the product identifier if already mapped and the state.
- ItemData
stringItemData { get; }Added in version 6.24.0
The barcode data.
- ProductIdentifier
stringProductIdentifier { get; }Added in version 6.24.0
The item data that was provided during the mapping, if available.
- State
BarcodePickState State { get; }
Added in version 6.24.0
The state of the the scanned item.