Click or drag to resize

GoodReadOverlayManager Class

GoodReadOverlayManager
GOOD_READ_OVERLAY_ENABLE
GOOD_READ_OVERLAY_SHAPE_POLICYCUSTOMGOOD_READ_OVERLAY_CUSTOM_SHAPE_NAME_PROFILE
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.GoodReadOverlayManager

Namespace: Com.Datalogic.Decode
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GoodReadOverlayManager

The GoodReadOverlayManager type exposes the following members.

Constructors
NameDescription
Public methodGoodReadOverlayManager
Initializes a new instance of the GoodReadOverlayManager class
Top
Properties
NameDescription
Public propertyCustomOverlayNames
To be added.
Public propertyInstance
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodAdd
Adds a new good read overlay image by specifying a png file.
Public methodRemove
Remove the custom overlay of the specified name.
Top
Remarks
GoodReadOverlayManager is a class used to install and manage the Good Read's custom overlays.
When a new barcode is read and the property GOOD_READ_OVERLAY_ENABLE is enabled an overlay is show.
This class manage the custom overlays used when GOOD_READ_OVERLAY_SHAPE_POLICY set to CUSTOM. To select the overlay name (the filename excluding the extension) must be set in the propriety GOOD_READ_OVERLAY_CUSTOM_SHAPE_NAME_PROFILE.

[Android Documentation]

See Also