You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Square image of zero (black) and nonzero (white) values. | ||
![]() | inAllowMirrored | bool | Allows reading mirrored/transposed codes. | ||
![]() | outDecodedText | Ftl.Conditional<string> | Decoded text, if matrix represents valid code. |