You are here: Start » AVL.NET » Invoke.DecodeQRCode
Translates a matrix of 0 or 1 values to a text in accordance to how QR codes are encoded.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DecodeQRCode ( Avl.Image inImage, bool inAllowMirrored, Conditional<string> outDecodedText )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Square image of zero (black) and nonzero (white) values. | ||
![]()  | inAllowMirrored | bool | Allows reading mirrored/transposed codes. | ||
![]()  | outDecodedText | Atl.Conditional<string> | Decoded text, if matrix represents valid code. | 


