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 | |
---|---|---|---|---|---|
![]() | inBarWidths | System.Collections.Generic.IList<float> | Widths of the barcode bars (starting with width of the black bar). | ||
![]() | outDecodedText | FilNet.INullable<string> | Decoded barcode text or nothing if decoding failed. This parameter cannot be null. | ||
![]() | outBarcodeFormat | FilNet.BarcodeFormat? | Decoded barcode format or nothing if decoding failed. |