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

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

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
)

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>

Remarks

See full override for more details.

See also