DecodeResultCrop.BarcodeEnable Property
Click or drag to resize

DecodeResultCropBarcodeEnable Property

barcodeEnable allows to show the cropped image corresponding to the decoded barcode.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.BooleanProperty BarcodeEnable { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.BooleanProperty
No description available.

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

[Android Documentation]

See Also