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

FIS.ReadSingleDataMatrixCode Method

Detects and recognizes one Data Matrix code.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadSingleDataMatrixCode
(
	FilNet.ReadDataMatrixCodes_State ioState,
	FilNet.Image inImage,
	FilNet.DataMatrixCodeParams inCodeParams,
	FilNet.DataMatrixDetectionParams inDetectionParams,
	INullable<FilNet.DataCode> outDataMatrixCode,
	IList<FilNet.Path> outCandidates
)

Parameters

Name Type Range Default Description
ioStateFilNet.ReadDataMatrixCodes_State
inImageFilNet.ImageInput image.
inCodeParamsFilNet.DataMatrixCodeParamsSpecification of codes that can be detected.
inDetectionParamsFilNet.DataMatrixDetectionParamsParameters of the code detection algorithm.
outDataMatrixCodeFilNet.INullable<FilNet.DataCode>A code that has been correctly detected and decoded. This parameter cannot be null.
outCandidatesSystem.Collections.Generic.IList<FilNet.Path>Diagnostic information about detection results.

Function Overrides

See also