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

FIS.ReadSingleBarcode Method

Detects and recognizes a single barcode on the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadSingleBarcode
(
	FilNet.Image inImage,
	FilNet.BarcodeParams inBarcodeParams,
	FilNet.BarcodeDetectionParams inDetectionParams,
	INullable<FilNet.Barcode> outBarcode
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inBarcodeParamsFilNet.BarcodeParamsSpecification of barcode that can be detected.
inDetectionParamsFilNet.BarcodeDetectionParamsParameters of the barcode detection algorithm.
outBarcodeFilNet.INullable<FilNet.Barcode>A barcode that has been correctly detected and decoded. This parameter cannot be null.

Function Overrides

See also