You are here: Start » FIL.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:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void DecodeQRCode
(
	Fil.Image inImage,
	bool inAllowMirrored,
	Conditional<string> outDecodedText
)

Parameters

Name Type Range Default Description
inImageFil.ImageSquare image of zero (black) and nonzero (white) values.
inAllowMirroredboolAllows reading mirrored/transposed codes.
outDecodedTextFtl.Conditional<string>Decoded text, if matrix represents valid code.

See also