You are here: Start » AVL.NET » Invoke.DecodeQRCode

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
inImageAvl.ImageSquare image of zero (black) and nonzero (white) values.
inAllowMirroredboolAllows reading mirrored/transposed codes.
outDecodedTextAtl.Conditional<string>Decoded text, if matrix represents valid code.

See also