Click or drag to resize

ScannerOptions Class

ScannerOptions
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.ScannerOptions

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 ScannerOptions : PropertyGroup

The ScannerOptions type exposes the following members.

Constructors
NameDescription
Public methodScannerOptions
Initializes a new instance of the ScannerOptions class
Public methodScannerOptions
Initializes a new instance of the ScannerOptions class
Top
Properties
NameDescription
Public propertyAimEnable
aimEnable enables aim projection when capturing frames.
Public propertyCustomImageCaptureProfile
customImageCaptureProfile allows to define a custom profile.
Public propertyDecodeTimeout
decodeTimeout is the maximum time the scanner remains on without reading a barcode.
Public propertyDisplayModeEnable
displayModeEnable barcode illumination management for capturing frames from displys or reflective surfaces.
Public propertyDoubleReadTimeout
doubleReadTimeout is the minimum time allowed between reads of the same barcode label.
Public propertyEnableScanner
enableScanner enables scanner decoding.
Public propertyEnhanceDOFEnable
enhanceDOFEnable depending on barcode typology, quality and light condition it could enhance the Depth of Field.
Public propertyIlluminationEnable
illuminationEnable enables barcode illumination when capturing frames.
Public propertyIlluminationTime
illuminationTime selects the scanner illumination pulse length.
Public propertyIlluminationType
illuminationType selects the scanner illuminator to be used for decoding.
Public propertyImageCaptureProfile
imageCaptureProfile selects the scanner image capture profile.
Public propertyImageDecodeTimeout
imageDecodeTimeout is the timeout set during image decoding.
Public propertyJniPeerMembers
To be added.
Public propertyPicklistEnable
picklistEnable limits reading to targeted selection.
Public propertyScanMode
scanMode selects the scan mode.
Public propertyScannerCameraInteroperability
scannerCameraInteroperability enables the interoperability between scanner and other cameras, allowing to scan barcodes while another camera is previewing.
Public propertyTargetMode
targetMode selects the scanner target beam mode.
Public propertyTargetModeEnable
targetModeEnable enables the use of a target beam mode.
Public propertyTargetReleaseTimeout
targetReleaseTimeout is the maximum time the scanner is on after trigger release when using Release Scan target beam mode.
Public propertyTargetTimeout
targetTimeout is time the target beam is on before scanner attempts to read.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
ScannerOptions is the class that configures the scanner target beam and other scanner functionalities.

[Android Documentation]

See Also