You are here: Start » AVL.NET » AVL.RecognizeSingleDataMatrix_Deprecated(AvlNet.Image, AvlNet.Rectangle2D[], AvlNet.DataMatrixCodeType, int?, int?, AvlNet.DataMatrix?)
AVL.RecognizeSingleDataMatrix_Deprecated(AvlNet.Image, AvlNet.Rectangle2D[], AvlNet.DataMatrixCodeType, int?, int?, AvlNet.DataMatrix?)
Extracts information from the first correct Data Matrix code from among the specified positions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RecognizeSingleDataMatrix_Deprecated( AvlNet.Image inImage, AvlNet.Rectangle2D[] inDataMatrixPositions, AvlNet.DataMatrixCodeType inCodeType, int? inCodeColumnCount, int? inCodeRowCount, out AvlNet.DataMatrix? outDataMatrix )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inDataMatrixPositions
- Type: AvlNet.Rectangle2D
Candidates for Data Matrix - inCodeType
- Type: AvlNet.DataMatrixCodeType
- inCodeColumnCount
- Type: System.Nullable<System.Int32>
Optional width of a Data Matrix, or null. - inCodeRowCount
- Type: System.Nullable<System.Int32>
Optional height of a Data Matrix, or null. - outDataMatrix
- Type: System.Nullable<AvlNet.DataMatrix>
Remarks
See full override for more details.
