Click or drag to resize

PropertyID.WedgeIntentExtraBarcodeCrop Field

This parameter defines the name of the extra field of the Decode Wedge intent containing the crop of the decoded barcode as extra value (as byte array).

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 WedgeIntentExtraBarcodeCrop = "value"

Field Value

Type: Int32
Remarks
This parameter defines the name of the extra field of the Decode Wedge intent containing the crop of the decoded barcode as extra value (as byte array). The crop must be first enabled in the decoded result by setting the property DECODE_RESULT_CROP_BARCODE_ENABLE or DECODE_RESULT_CROP_SNAP_OCR_ENABLE. The resulting byte array represents an image in JPEG format.

This extra name shall be used as the name argument of Intent.getByteArrayExtra() to retrieve the crop of the decoded barcode.

The default value is "com.datalogic.decode.intentwedge.barcode_crop".

The class of the property is TextProperty.

[Android Documentation]

See Also