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

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

Parameters

Name Type Range Default Description
inMatrixValuesAvlNet.MatrixMatrix of binary values.
outTextstringDecoded text or nothing if decoding failed.
outTypeAvlNet.DataMatrixType?DataMatrix code type.

Description

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

See also