You are here: Start » AVL.NET » AVS.DecodeDataMatrix Method

AVS.DecodeDataMatrix Method

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,
	INullable<string> outText,
	out AvlNet.DataMatrixType? outType
)

Parameters

Name Type Range Default Description
inMatrixValuesAvlNet.MatrixMatrix of binary values.
outTextAvlNet.INullable<string>Decoded text or nothing if decoding failed. This parameter cannot be null.
outTypeAvlNet.DataMatrixType?DataMatrix code type.

See also