• FabImage
  • Getting Started
  • Relation to FIL/C++
  • Dialogs
  • HMI Controls
  • FIL.NET Performance Tips
  • Code Migration Guide to version 4.11
  • Usage Examples
  • Function Reference
  • Type Reference

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
)

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>

Function Overrides

  • ReadMultipleQRCodes(Image, Int32, IList<QRCode>, NullableValue<Rectangle2D>)
  • ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>)
  • ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>, Rectangle2D)
  • ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>, NullableValue<Rectangle2D>)

See also

  • All Classes List
  • FIS Class Reference

This article is valid for version 4.12.13