API Reference
Class
DataBarExpandedEncoder
Encodes GS1 DataBar Expanded and GS1 DataBar Expanded Stacked symbols.
Inheritance
- Object
- DataBarExpandedEncoder
Methods
public static Barcode1D EncodeExpanded(String value) #Returns:
Barcode1DEncodes a GS1 element string as a linear GS1 DataBar Expanded symbol.
Parameters
- value System.String
- A parenthesized GS1 AI string or raw GS1 element string.
Returns
The barcode's alternating light and dark module runs.
public static BitMatrix EncodeExpandedStacked(String value, Int32 columns = 2) #Returns:
BitMatrixEncodes a GS1 element string as a multi-row GS1 DataBar Expanded Stacked symbol.
Parameters
- value System.String
- A parenthesized GS1 AI string or raw GS1 element string.
- columns System.Int32 = 2
- The number of finder/data-character blocks per row, from 1 through 10.
Returns
The stacked module matrix.