to top
Datalogic APIs
public class

DecodeResultCrop

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.DecodeResultCrop

Class Overview

DecodeResultCrop is the class that allows to configure the decode result in order to include a crop of the decoded barcode or OCR.

Summary

Fields
public BooleanProperty barcodeEnable barcodeEnable allows to show the cropped image corresponding to the decoded barcode.
public BooleanProperty entireFrame entireFrame allows to send the entire frame shown as a Bitmap in the decode result.
public NumericProperty margin margin allows to select the amount of pixels to include as margin in the cropped image that is shown as a Bitmap in the decode result.
public BooleanProperty snapOcrEnable snapOcrEnable allows to show the cropped image corresponding to the decoded barcode.
Public Constructors
DecodeResultCrop(PropertyGetter editor)
This is the constructor of DecodeResultCrop.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty barcodeEnable

Added in revision 45

barcodeEnable allows to show the cropped image corresponding to the decoded barcode. The image is shown as a Bitmap provided in the decode result.

public BooleanProperty entireFrame

Added in revision 45

entireFrame allows to send the entire frame shown as a Bitmap in the decode result.

public NumericProperty margin

Added in revision 45

margin allows to select the amount of pixels to include as margin in the cropped image that is shown as a Bitmap in the decode result.

public BooleanProperty snapOcrEnable

Added in revision 45

snapOcrEnable allows to show the cropped image corresponding to the decoded barcode. The image is shown as a Bitmap provided in the decode result.

Public Constructors

public DecodeResultCrop (PropertyGetter editor)

Added in revision 45

This is the constructor of DecodeResultCrop. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current configuration.