You are here: Start » FIL.NET » Function Reference » Computer Vision » Datacodes » FIL.DecodeQRCode
Translates a matrix of 0 or 1 values to a text in accordance to how QR codes are encoded.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Square image of zero (black) and nonzero (white) values. | ||
![]() | outDecodedText | FilNet.INullable<string> | Decoded text, if matrix represents valid code. This parameter cannot be null. |