You are here: Start » AVL.NET » AVL.RecognizeMultipleDataMatrices_Deprecated(AvlNet.Image, AvlNet.Rectangle2D[], AvlNet.DataMatrixCodeType, int?, int?, AvlNet.DataMatrix[])

AVL.RecognizeMultipleDataMatrices_Deprecated(AvlNet.Image, AvlNet.Rectangle2D[], AvlNet.DataMatrixCodeType, int?, int?, AvlNet.DataMatrix[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RecognizeMultipleDataMatrices_Deprecated(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D[] inDataMatrixPositions,
	AvlNet.DataMatrixCodeType inCodeType,
	int? inCodeColumnCount,
	int? inCodeRowCount,
	out AvlNet.DataMatrix[] outDataMatrices
)

Parameters

inImage
Type: AvlNet.Image
inDataMatrixPositions
Type: AvlNet.Rectangle2D
inCodeType
Type: AvlNet.DataMatrixCodeType
inCodeColumnCount
Type: System.Nullable<System.Int32>
inCodeRowCount
Type: System.Nullable<System.Int32>
outDataMatrices
Type: AvlNet.DataMatrix

See also