API Reference
Class
Gs1
Helpers for building and encoding GS1 element strings (GS1-128).
Inheritance
- Object
- Gs1
Methods
ElementString 2 overloads
public static String ElementString(params Gs1Element[] elements) #Returns:
StringBuilds a GS1 element string from an AI string like (01)09506000134352(10)ABC(17)240101. Unknown AIs are treated as variable length; use | or GroupSeparator in the input to force a separator.
Parameters
- aiText System.String
ElementString(CodeGlyphX.Gs1Element[] elements) #Builds a GS1 element string from explicit elements.
Parameters
- elements CodeGlyphX.Gs1Element[]
Encode128 2 overloads
public static Barcode1D Encode128(params Gs1Element[] elements) #Returns:
Barcode1DEncodes a GS1-128 barcode from an AI string (parentheses format or raw element string).
Parameters
- aiText System.String
Encode128(CodeGlyphX.Gs1Element[] elements) #Encodes a GS1-128 barcode from explicit elements.
Parameters
- elements CodeGlyphX.Gs1Element[]
Inherited Methods
Fields
public const Char GroupSeparator #ASCII Group Separator (FNC1) used between variable-length GS1 elements.
Value: