You are here: Start » AVL.NET » Invoke.DecodeDataMatrix
Translates an image of 0 or 255 values to a text in accordance to how DataMatrix codes are encoded.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void DecodeDataMatrix ( Avl.Image inImage, bool inAllowMirrored, Conditional<string> outText, Conditional<Avl.DataMatrixType> outType )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image of datamatrix image. | ||
![]() | inAllowMirrored | bool | Allows reading mirrored/transposed codes. | ||
![]() | outText | Atl.Conditional<string> | Decoded text or nothing if decoding failed. | ||
![]() | outType | Atl.Conditional<Avl.DataMatrixType> | DataMatrix code type. |