CustomOCR.IsEnabled Property
Click or drag to resize

CustomOCRIsEnabled Property

Checks if this custom OCR configuration 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
C#
VB
public virtual bool IsEnabled { get; }

Property Value

Property Value

Type: System.Boolean
True if the configuration is enabled, false otherwise.

Remarks
Checks if this custom OCR configuration is enabled.

[Android Documentation]

See Also