Represents the Code128 barcode's particular information.
| Visual Basic (Declaration) | |
|---|---|
Public Class Code128Options Inherits ValueBase Implements IBarCodeOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class Code128Options : ValueBase, IBarCodeOptions | |
Code 128 is a high density barcode that encodes the complete ASCII library and is capable of encoding two numbers into one character width.
System.Object
GrapeCity.DD.BarCode.ValueType.ValueBase
DataDynamics.ActiveReports.Options.Code128Options