Click or drag to resize

MultiScanLabelCount Property

defines the number of required labels to be read before automatically ending a good read transaction.

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NumericProperty LabelCount { get; set; }

Property Value

Type: NumericProperty
Remarks
labelCount

defines the number of required labels to be read before automatically ending a good read transaction. The decoding session is ended successfully and all the collected labels are returned together, only if the labelCount is reached.

[Android Documentation]

See Also