Click or drag to resize

VisualFormatterIsEnabled Property

Checks if the Visual Formatter is enabled.

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 bool IsEnabled { get; }

Property Value

Type: Boolean
true in case the Visual Formater is enabled, false otherwise or in case of failure.
Exceptions
ExceptionCondition
DecodeException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Checks if the Visual Formatter is enabled.

[Android Documentation]

See Also