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; }
Public Property LabelCount As NumericProperty
Get
Set
Property Value
Type:
NumericPropertyRemarks 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