Click or drag to resize

GoodReadOverlayDisplayPolicy Class

The is an enumeration defining how to display the Good Read Overlay.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.GoodReadOverlayDisplayPolicy

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

The GoodReadOverlayDisplayPolicy type exposes the following members.

Properties
NameDescription
Public propertyCustomSize
To be added.
Public propertyFit
Display the overlay to fit the screen.
Public propertyJniPeerMembers
To be added.
Public propertyOriginal
Display the overlay using its original dimension.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The GoodReadOverlayDisplayPolicy is an enumeration defining how to display the Good Read Overlay.

[Android Documentation]

See Also