Com.Datalogic.Decode Namespace |
| Class | Description | |
|---|---|---|
| BarcodeDefaults | ||
| BarcodeID | BarcodeID is an enumeration class defining constants for different decoded barcode types. |
|
| BarcodeManager | BarcodeManager gives developers access to decoder
related methods of the device.
To decode bar codes with this class, use the following steps:
Configuration persistance: All the configuration changes
done using the |
|
| CameraInputDevice | Input device representing a Camera. If this is set as the
current input device in the BarcodeManager, the frames will be
captured from the specified Camera. |
|
| CameraInputDevice+FitScreenPreviewDisplayMode | ||
| CameraInputDevice+ManualPositioningPreviewDisplayMode | ||
| CameraInputDevice+ManualPositioningPreviewDisplayMode+ManualPosition | ||
| CameraInputDevice+PreviewDisplayMode | ||
| CameraInputDevice+PreviewSize | ||
| CameraWedgePreviewManager | CameraWedgePreviewManager is a class used to setup a preview that will be shown
when the camera wedge feature is running, but only when no barcode is shown. It can be
useful in case the user wants to show a custom message or logo. |
|
| CapturedFrame | ||
| CustomOCR | Class representing a custom OCR configuration installed in the device. |
|
| DecodeException | ||
| FrameCaptureEventArgs | ||
| FrameSaveEventArgs | ||
| GoodReadOverlayManager | GoodReadOverlayManager is a class used to install and manage the Good Read's custom overlays.When a new barcode is read and the property GOOD_READ_OVERLAY_ENABLE is enabled an overlay
is show.This class manage the custom overlays used when GOOD_READ_OVERLAY_SHAPE_POLICY set to
CUSTOM. To select the overlay name (the filename excluding the extension)
must be set in the propriety GOOD_READ_OVERLAY_CUSTOM_SHAPE_NAME_PROFILE. |
|
| GoodReadOverlayManager+PersistenceType | ||
| InputDeviceType | ||
| PresentationState | PresentationState is an enumeration class defining constants for presentation mode states. |
|
| PresentationStateEventArgs | ||
| PropertyID | PropertyID is the class that includes all the properties
identifiers. |
|
| ReadEventArgs | ||
| SavedFrame | ||
| ScanEngineInputDevice | Input device representing the Scan Engine. If this is set as the
current input device in the BarcodeManager, the frames will be
captured from the Scan Engine. |
|
| Symbology | Symbology is an enumeration class defining constants for different barcode types.
Symbology class can be used to enable or disable quickly a group of barcode symbologies. |
|
| VisualFormatter | VisualFormatter is a class used to install and manage the different
projects created from the Visual Formatter tool available inside Scan2Deploy Studio.A project consists of a list of items of 2 types: - FORMATTER: Takes as input the barcode received from the scanner and transforms
it as desired, returning the modified barcode as output;- DISPATCHER: Takes as input the barcode received from the scanner and selects
the FORMATTER items to execute.After a project is installed, one of its items will be set as the active item. When a new barcode is read its contents will be passed to the active item in order to be managed. The active item can also be changed in any moment. |
|
| VisualFormatter+Item | ||
| VisualFormatter+Item+Property | ||
| VisualFormatter+Item+Property+Direction | ||
| VisualFormatter+Item+Property+Type | ||
| VisualFormatter+Item+Type | ||
| VisualFormatter+PersistenceType |