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?)

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
inAllowRectangular
Type: System.Boolean
inCodeType
Type: AvlNet.DataMatrixCodeType
outDataMatrix
Type: System.Nullable<AvlNet.DataMatrix>

See also