Show / Hide Table of Contents

Class BarcodeEAN

The base class for EAN barcodes.

Inheritance
System.Object
BarcodeBase
LinearBarcodeBase
BarcodeEAN
BarcodeEAN13
BarcodeEAN8
BarcodeUPC_E0
Inherited Members
LinearBarcodeBase.CalcCheckSum
LinearBarcodeBase.WideBarRatio
LinearBarcodeBase.IsNumeric
LinearBarcodeBase.Trim
LinearBarcodeBase.Assign(BarcodeBase)
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 abstract class BarcodeEAN : LinearBarcodeBase

Constructors

BarcodeEAN()

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

Declaration
public BarcodeEAN()
Back to top Generated by DocFX