You are here: Start » AVL.NET » AVL.DecodeDataMatrix(AvlNet.Matrix, string, AvlNet.DataMatrixType?)

AVL.DecodeDataMatrix(AvlNet.Matrix, string, AvlNet.DataMatrixType?)

Translates a matrix of 0 or 1 values to a text in accordance to how DataMatrix codes are encoded.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DecodeDataMatrix(
	AvlNet.Matrix inMatrixValues,
	out string outText,
	out AvlNet.DataMatrixType? outType
)

Parameters

inMatrixValues
Type: AvlNet.Matrix
Matrix of binary values
outText
Type: System.String
Decoded text or nothing if decoding failed
outType
Type: System.Nullable<AvlNet.DataMatrixType>
DataMatrix code type

Description

Supported code types: ECC 200 and ECC 000-140.

See also