Click or drag to resize

CustomOCRSetEnabled Method

Enables / disables this custom OCR configuration.

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 int SetEnabled (bool enabled);

Parameters

enabled
Type: System.Boolean
True to enable the configuration, false to disable it.

Return Value

Type: System.Int32
int DecodeException.SUCCESS in case of success, otherwise a possible error code, matching one of the DecodeException error constants.

Exceptions
Exception Condition
DecodeException in case the configuration could not be enabled / disabled, when exceptions are enabled through the ErrorManager singleton.
Remarks
Enables / disables this custom OCR configuration.

[Android Documentation]

See Also

Reference