You are here: Start » FIL.NET » FIS.DecodeQRCode Method

FIS.DecodeQRCode Method

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

public static void DecodeQRCode
(
	FilNet.Image inImage,
	INullable<string> outDecodedText
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageSquare image of zero (black) and nonzero (white) values.
outDecodedTextFilNet.INullable<string>Decoded text, if matrix represents valid code. This parameter cannot be null.

See also