Click or drag to resize

ImageCaptureProfile Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationImageCaptureProfile

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 sealed class ImageCaptureProfile : Enum

The ImageCaptureProfile type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAutomaticByEnabledSymbologies
The profile is set according to the enabled symbologies
Public propertyStatic memberCustom
This allows to customize a profile to improve the performance taking into account specific needs
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberMotionTolerance
The profile improves the performance taking into account the motion
Public propertyStatic memberReflectionsTolerance
The profile improves the performance taking into account possible reflections
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
The ImageCaptureProfile is an enumeration defining the scanner profile for image capture. The type is one of:
AUTOMATIC_BY_ENABLED_SYMBOLOGIESCapture frames according to the enabled symbologies
MOTION_TOLERANCECapture frames taking into account the motion
REFLECTIONS_TOLERANCECapture frames taking into account possible reflections

[Android Documentation]

See Also