Click or drag to resize

PreviewDisplayMode Class

The is an enumeration defining the mode used while showing the camera preview if the selected input device is a camera (front or rear). The type is one of:
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.PreviewDisplayMode

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

The PreviewDisplayMode type exposes the following members.

Properties
NameDescription
Public propertyFitScreen
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyManual
Manual.
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 PreviewDisplayMode is an enumeration defining the mode used while showing the camera preview if the selected input device is a camera (front or rear). The type is one of:
FIT_SCREEN The preview will fit the screen in the smallest dimension
MANUAL The preview will be positioned manually

[Android Documentation]

See Also