API Reference
Class
DataBarLimitedDecoder
Decodes GS1 DataBar Limited symbols from exact module data.
Inheritance
- Object
- DataBarLimitedDecoder
Methods
TryDecode 2 overloads
public static Boolean TryDecode(Boolean[] modules, out String content) #Returns:
BooleanAttempts to decode a GS1 DataBar Limited symbol from a Barcode1D.
Parameters
- barcode CodeGlyphX.Barcode1D
- content System.String@
TryDecode(System.Boolean[] modules, System.String@ content) #Attempts to decode a GS1 DataBar Limited symbol from a module array.
Parameters
- modules System.Boolean[]
- content System.String@