QRCode.AbsoluteGrid Property
Click or drag to resize

QRCodeAbsoluteGrid Property

absoluteGrid 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
C#
VB
public Com.Datalogic.Device.Configuration.BooleanProperty AbsoluteGrid { get; set; }

Property Value

Property Value

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

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