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

FIS.ReadMultipleBarcodes Method

Detects and recognizes multiple barcodes on the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadMultipleBarcodes
(
	FilNet.Image inImage,
	FilNet.BarcodeParams inBarcodeParams,
	FilNet.BarcodeDetectionParams inDetectionParams,
	int inMaxBarcodeCount,
	IList<FilNet.Barcode> outBarcodes
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inBarcodeParamsFilNet.BarcodeParamsSpecification of barcodes that can be detected.
inDetectionParamsFilNet.BarcodeDetectionParamsParameters of the barcode detection algorithm.
inMaxBarcodeCountint<1, INF>2Maximum number of barcodes in one image. Default value: 2.
outBarcodesSystem.Collections.Generic.IList<FilNet.Barcode>List of barcodes that have been correctly detected and decoded.

Function Overrides

See also