You are here: Start » AVL.NET » AVL.ReadSingleDataMatrix_Deprecated(AvlNet.Image, bool, AvlNet.DataMatrixCodeType, AvlNet.DataMatrix?, AvlNet.Image)

AVL.ReadSingleDataMatrix_Deprecated(AvlNet.Image, bool, AvlNet.DataMatrixCodeType, AvlNet.DataMatrix?, AvlNet.Image)

Detects and recognizes a single Data Matrix code.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ReadSingleDataMatrix_Deprecated(
	AvlNet.Image inImage,
	bool inAllowRectangular,
	AvlNet.DataMatrixCodeType inCodeType,
	out AvlNet.DataMatrix? outDataMatrix,
	out AvlNet.Image diagValues
)

Parameters

inImage
Type: AvlNet.Image
Input image
inAllowRectangular
Type: System.Boolean
Enables detecting rectangular Data Matrices
inCodeType
Type: AvlNet.DataMatrixCodeType
outDataMatrix
Type: System.Nullable<AvlNet.DataMatrix>
diagValues
Type: AvlNet.Image
Image of decoded Data Matrix used by the reading algorithm

Remarks

See full override for more details.

See also