Class Code128EncodingInfo
Contains encoding information for a Code 128 barcode, including segment breakdown.
Inheritance
System.Object
Code128EncodingInfo
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public class Code128EncodingInfo : Object
Constructors
Code128EncodingInfo()
Declaration
public Code128EncodingInfo()
Properties
CharacterSetSummary
Gets a summary of character sets used in order.
Declaration
public string CharacterSetSummary { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsGS1
Indicates whether this is a GS1-128 barcode (starts with FNC1).
Declaration
public bool IsGS1 { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
OriginalData
The original input data.
Declaration
public string OriginalData { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Segments
List of encoding segments showing how the data is encoded.
Declaration
public List<Code128EncodingSegment> Segments { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Code128EncodingSegment> |
TotalSymbols
Total number of symbols in the barcode (excluding start, stop, and check digit).
Declaration
public int TotalSymbols { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |