You are here: Start » FIL.NET » Invoke.DecodeBarcode

Invoke.DecodeBarcode

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void DecodeBarcode
(
	List<float> inBarWidths,
	Optional<Fil.BarcodeFormat> inBarcodeFormat,
	Conditional<string> outDecodedText,
	Conditional<Fil.BarcodeFormat> outBarcodeFormat
)

Parameters

Name Type Range Default Description
inBarWidthsSystem.Collections.Generic.List<float>Widths of the barcode bars (starting with width of the black bar).
inBarcodeFormatFtl.Optional<Fil.BarcodeFormat>EAN13Format of the barcode. Default value: EAN13.
outDecodedTextFtl.Conditional<string>Decoded barcode text or nothing if decoding failed.
outBarcodeFormatFtl.Conditional<Fil.BarcodeFormat>Decoded barcode format or nothing if decoding failed.

Function Overrides

See also