IntentWedge.ExtraBarcodeCrop Property
Click or drag to resize

IntentWedgeExtraBarcodeCrop Property

extraBarcodeCrop indicates the corresponding intent extra tag, associated to a byte array containing the crop of the read label in JPEG format.

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.TextProperty ExtraBarcodeCrop { get; set; }

Property Value

Property Value

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

Remarks
extraBarcodeCrop indicates the corresponding intent extra tag, associated to a byte array containing the crop of the read label in JPEG format. The crop must be first enabled in the decoded result with the settings available in the DecodeResultCrop class. The default value is EXTRA_BARCODE_CROP.

[Android Documentation]

See Also