You are here: Start » AVL.NET » AVL.ReadMultipleDataMatrices_Deprecated(AvlNet.Image, bool, AvlNet.DataMatrixCodeType, AvlNet.DataMatrix[], AvlNet.Image[])
AVL.ReadMultipleDataMatrices_Deprecated(AvlNet.Image, bool, AvlNet.DataMatrixCodeType, AvlNet.DataMatrix[], AvlNet.Image[])
Detects and recognizes multiple Data Matrix codes.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadMultipleDataMatrices_Deprecated( AvlNet.Image inImage, bool inAllowRectangular, AvlNet.DataMatrixCodeType inCodeType, out AvlNet.DataMatrix[] outDataMatrices, out AvlNet.Image[] diagValues )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inAllowRectangular
- Type: System.Boolean
Enables detecting rectangular Data Matrices - inCodeType
- Type: AvlNet.DataMatrixCodeType
- outDataMatrices
- Type: AvlNet.DataMatrix
- diagValues
- Type: AvlNet.Image
Images of decoded Data Matrices used by the reading algorithm
Remarks
See full override for more details.
