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; }
Public Property AbsoluteGrid As BooleanProperty
Get
Set
Property Value
Type:
BooleanPropertyRemarks 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