You are here: Start » AVL.NET » Invoke.DecodeBarcode
Translates an array of bar widths to sequence of digits or text in accordance to the selected barcode standard.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DecodeBarcode ( List<float> inBarWidths, Optional<Avl.BarcodeFormat> inBarcodeFormat, Conditional<string> outDecodedText, Conditional<Avl.BarcodeFormat> outBarcodeFormat, Conditional<float> outPpm, Conditional<int> outStart, Conditional<int> outCount )
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 | Atl.Optional<Avl.BarcodeFormat> | EAN13 | Format of the barcode. Default value: EAN13. | |
![]()  | outDecodedText | Atl.Conditional<string> | Decoded barcode text or nothing if decoding failed. | ||
![]()  | outBarcodeFormat | Atl.Conditional<Avl.BarcodeFormat> | Decoded barcode format or nothing if decoding failed. | ||
![]()  | outPpm | Atl.Conditional<float> | |||
![]()  | outStart | Atl.Conditional<int> | |||
![]()  | outCount | Atl.Conditional<int> | 


