You are here: Start » FIL.NET » FIS.DecodeDataMatrix Method
FIS.DecodeDataMatrix Method
Translates a matrix of 0 or 1 values to a text in accordance to how DataMatrix codes are encoded.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void DecodeDataMatrix ( FilNet.Matrix inMatrixValues, bool inAllowMirrored, INullable<string> outText, out FilNet.DataMatrixType? outType )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inMatrixValues | FilNet.Matrix | Matrix of binary values. | ||
![]() | inAllowMirrored | bool | Allows reading mirrored/transposed codes. | ||
![]() | outText | FilNet.INullable<string> | Decoded text or nothing if decoding failed. This parameter cannot be null. | ||
![]() | outType | FilNet.DataMatrixType? | DataMatrix code type. |


