You are here: Start » FIL.NET » FIS.DecodeBarcode Method

FIS.DecodeBarcode Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DecodeBarcode
(
	IList<float> inBarWidths,
	INullable<string> outDecodedText,
	out FilNet.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).
outDecodedTextFilNet.INullable<string>Decoded barcode text or nothing if decoding failed. This parameter cannot be null.
outBarcodeFormatFilNet.BarcodeFormat?Decoded barcode format or nothing if decoding failed.

Function Overrides

See also