API Reference
Class
DataBar14Decoder
Decodes GS1 DataBar-14 symbols (Truncated / Omni / Stacked).
Inheritance
- Object
- DataBar14Decoder
Methods
public static Boolean TryDecodeOmni(BitMatrix modules, out String content) #Returns:
BooleanAttempts to decode a GS1 DataBar-14 Omnidirectional symbol from a BitMatrix.
Parameters
- modules CodeGlyphX.BitMatrix
- content System.String@
public static Boolean TryDecodeStacked(BitMatrix modules, out String content) #Returns:
BooleanAttempts to decode a GS1 DataBar-14 Stacked symbol from a BitMatrix.
Parameters
- modules CodeGlyphX.BitMatrix
- content System.String@
TryDecodeTruncated 2 overloads
public static Boolean TryDecodeTruncated(Boolean[] modules, out String content) #Returns:
BooleanAttempts to decode a GS1 DataBar-14 Truncated symbol from a Barcode1D.
Parameters
- barcode CodeGlyphX.Barcode1D
- content System.String@
TryDecodeTruncated(System.Boolean[] modules, System.String@ content) #Attempts to decode a GS1 DataBar-14 Truncated symbol from a module array.
Parameters
- modules System.Boolean[]
- content System.String@