Click or drag to resize

GoodReadOverlayPositionPolicy Class

The is an enumeration defining which position to use for the Good Read Overlay
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.GoodReadOverlayPositionPolicy

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 GoodReadOverlayPositionPolicy : Enum

The GoodReadOverlayPositionPolicy type exposes the following members.

Properties
NameDescription
Public propertyBottomCenter
To be added.
Public propertyBottomLeft
To be added.
Public propertyBottomRight
To be added.
Public propertyCustom
Use a custom position define by the GOOD_READ_OVERLAY_PORTRAIT_CUSTOM_POSITION_X, GOOD_READ_OVERLAY_PORTRAIT_CUSTOM_POSITION_Y, GOOD_READ_OVERLAY_LANDSCAPE_CUSTOM_POSITION_X and GOOD_READ_OVERLAY_LANDSCAPE_CUSTOM_POSITION_Y properties.
Public propertyJniPeerMembers
To be added.
Public propertyMiddleCenter
To be added.
Public propertyMiddleLeft
To be added.
Public propertyMiddleRight
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyTopCenter
To be added.
Public propertyTopLeft
To be added.
Public propertyTopRight
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 GoodReadOverlayPositionPolicy is an enumeration defining which position to use for the Good Read Overlay

[Android Documentation]

See Also