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

AVS.DecodeBarcode Method

Translates an array of bar widths to sequence of digits or text in accordance to the selected barcode standard.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DecodeBarcode
(
	IList<float> inBarWidths,
	INullable<string> outDecodedText,
	out AvlNet.BarcodeFormat? outBarcodeFormat
)

Parameters

Name Type Range Default Description
inBarWidthsSystem.Collections.Generic.IList<float>Widths of the barcode bars (starting with width of the black bar).
outDecodedTextAvlNet.INullable<string>Decoded barcode text or nothing if decoding failed. This parameter cannot be null.
outBarcodeFormatAvlNet.BarcodeFormat?Decoded barcode format or nothing if decoding failed.

Function Overrides

See also