Show / Hide Table of Contents

Class BarcodeEAN128

Generates the GS1-128 (formerly known as UCC-128 or EAN-128) barcode.

Inheritance
System.Object
BarcodeBase
LinearBarcodeBase
Barcode128
BarcodeEAN128
Inherited Members
Barcode128.AutoEncode
Barcode128.IsNumeric
Barcode128.Assign(BarcodeBase)
LinearBarcodeBase.CalcCheckSum
LinearBarcodeBase.WideBarRatio
LinearBarcodeBase.Trim
LinearBarcodeBase.DrawBarcode(IGraphicsRenderer, RectangleF)
BarcodeBase.Name
BarcodeBase.Color
BarcodeBase.Clone()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Barcode
Assembly: FastReport.OpenSource.dll
Syntax
public class BarcodeEAN128 : Barcode128

Constructors

BarcodeEAN128()

Initializes a new instance of the BarcodeEAN128 class with default settings.

Declaration
public BarcodeEAN128()
Back to top Generated by DocFX