Click or drag to resize

GoodReadOverlayManagerRemove Method

Remove the custom overlay of the specified name.

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 Remove (string name);

Parameters

name
Type: System.String
The Good Read Overlay's name. The name consists of the filename of the image installed (excluding the extension).

Return Value

Type: System.Int32
DecodeException.SUCCESS in case it succeeds, otherwise it returns an error code if the exceptions are disabled or throws a DecodeException in case the exceptions are enabled.

Exceptions
Exception Condition
DecodeException in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks
Remove the custom overlay of the specified name.

[Android Documentation]

See Also

Reference