CodeGlyphX logo
CodeGlyphX

API Reference

Class

DataBarExpandedDecoder

Namespace CodeGlyphX.DataBar
Assembly CodeGlyphX
Modifiers static

Decodes GS1 DataBar Expanded symbols (linear and stacked).

Inheritance

  • Object
  • DataBarExpandedDecoder

Methods

TryDecodeExpanded 2 overloads
public static Boolean TryDecodeExpanded(Boolean[] modules, out String content) #
Returns: Boolean

Attempts to decode a GS1 DataBar Expanded symbol from a Barcode1D.

Parameters

barcode CodeGlyphX.Barcode1D requiredposition: 0
content System.String@ requiredposition: 1
TryDecodeExpanded(System.Boolean[] modules, System.String@ content) #

Attempts to decode a GS1 DataBar Expanded symbol from module data.

Parameters

modules System.Boolean[] required
content System.String@ required
public static Boolean TryDecodeExpandedStacked(BitMatrix modules, out String content) #
Returns: Boolean

Attempts to decode a GS1 DataBar Expanded Stacked symbol from a BitMatrix.

Parameters

modules CodeGlyphX.BitMatrix requiredposition: 0
content System.String@ requiredposition: 1