Click or drag to resize

VisualFormatterItems Property

Lists all available formatting items.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual IList<VisualFormatterItem> Items { get; }

Property Value

Type: IListVisualFormatterItem
The available items, the list is empty if no items are available.
Exceptions
ExceptionCondition
DecodeException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Lists all available formatting items.

[Android Documentation]

See Also