Click or drag to resize

DecodeResultCrop Class

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

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

The DecodeResultCrop type exposes the following members.

Constructors
NameDescription
Public methodDecodeResultCrop
Initializes a new instance of the DecodeResultCrop class
Public methodDecodeResultCrop
Initializes a new instance of the DecodeResultCrop class
Top
Properties
NameDescription
Public propertyBarcodeEnable
barcodeEnable allows to show the cropped image corresponding to the decoded barcode.
Public propertyEntireFrame
entireFrame allows to send the entire frame shown as a Bitmap in the decode result.
Public propertyJniPeerMembers
To be added.
Public propertyMargin
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 propertySnapOcrEnable
snapOcrEnable allows to show the cropped image corresponding to the decoded barcode.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
DecodeResultCrop is the class that allows to configure the decode result in order to include a crop of the decoded barcode or OCR.

[Android Documentation]

See Also