| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.PropertyGroup | |
| ↳ | com.datalogic.decode.configuration.DecodeResultCrop | |
DecodeResultCrop is the class that allows to configure the
 decode result in order to include a crop of the decoded barcode or OCR.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| barcodeEnable | barcodeEnable allows to show the cropped image corresponding to the decoded
 barcode. | 
      ||||||||||
| entireFrame | entireFrame allows to send the entire frame shown as a Bitmap in the decode result. | 
      ||||||||||
| 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. | 
      ||||||||||
| snapOcrEnable | snapOcrEnable allows to show the cropped image corresponding to the decoded
 barcode. | 
      ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of DecodeResultCrop. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  com.datalogic.device.configuration.PropertyGroup
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
barcodeEnable allows to show the cropped image corresponding to the decoded
 barcode. The image is shown as a Bitmap provided in the decode result.
entireFrame allows to send the entire frame shown as a Bitmap in the decode result.
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.
snapOcrEnable allows to show the cropped image corresponding to the decoded
 barcode. The image is shown as a Bitmap provided in the decode result.
This is the constructor of DecodeResultCrop. All options are initialized by editor.
| editor | A PropertyGetter used to load the current configuration.
 | 
        
|---|