Click or drag to resize

QRCodeAbsoluteGrid Property

enables or disables Absolute Grid algorithm.

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 BooleanProperty AbsoluteGrid { get; set; }

Property Value

Type: BooleanProperty
Remarks
absoluteGrid

enables or disables Absolute Grid algorithm. It performs a geometric reconstruction of the QR Code grid by regularizing it. This algorithm is executed only when the standard one fails. It may slow down decoding rate.

[Android Documentation]

See Also