You are here: Start » FIL.NET » 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, Conditional<float> outPpm )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBarWidths | System.Collections.Generic.List<float> | Widths of the barcode bars (starting with width of the black bar). | ||
![]() | inBarcodeFormat | Ftl.Optional<Fil.BarcodeFormat> | EAN13 | Format of the barcode. Default value: EAN13. | |
![]() | outDecodedText | Ftl.Conditional<string> | Decoded barcode text or nothing if decoding failed. | ||
![]() | outBarcodeFormat | Ftl.Conditional<Fil.BarcodeFormat> | Decoded barcode format or nothing if decoding failed. | ||
![]() | outPpm | Ftl.Conditional<float> |