ActiveReports3 Request technical support
Code128Options Class
See Also  Members  


Represents the Code128 barcode's particular information.

Syntax

Visual Basic (Declaration) 
Public Class Code128Options 
   Inherits ValueBase
   Implements IBarCodeOptions 
Visual Basic (Usage)Copy Code
Dim instance As Code128Options
C# 
public class Code128Options : ValueBase, IBarCodeOptions  

Remarks

Code 128 is a high density barcode that encodes the complete ASCII library and is capable of encoding two numbers into one character width.

Inheritance Hierarchy

System.Object
   GrapeCity.DD.BarCode.ValueType.ValueBase
      DataDynamics.ActiveReports.Options.Code128Options

See Also