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