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

FIS.ReadMultipleQRCodes Method

Detects and recognizes all QR codes on the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadMultipleQRCodes
(
	FilNet.Image inImage,
	int inResultsExpected,
	IList<FilNet.QRCode> outQRCodes,
	NullableValue<FilNet.Rectangle2D> outAlignedRoi
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inResultsExpectedint<0, 255>1How many results we expect, 0 if as many as possible. Default value: 1.
outQRCodesSystem.Collections.Generic.IList<FilNet.QRCode>
outAlignedRoiFilNet.NullableValue<FilNet.Rectangle2D>Input ROI after transformation (in the image coordinates). Can be null to skip this parameter calculation.

Function Overrides

See also