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.Decode
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 resulting byte array represents an image in JPEG format. The default value is EXTRA_BARCODE_CROP.

[Android Documentation]

See Also