Show / Hide Table of Contents

Class BarcodeCodabar

Generates the Codabar barcode.

Inheritance
System.Object
BarcodeBase
LinearBarcodeBase
BarcodeCodabar
Inherited Members
LinearBarcodeBase.CalcCheckSum
LinearBarcodeBase.WideBarRatio
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 class BarcodeCodabar : LinearBarcodeBase

Constructors

BarcodeCodabar()

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

Declaration
public BarcodeCodabar()

Properties

IsNumeric

Gets the value indicating that the barcode is numeric.

Declaration
public override bool IsNumeric { get; }
Property Value
Type Description
System.Boolean
Overrides
LinearBarcodeBase.IsNumeric
In This Article
  • Constructors
    • BarcodeCodabar()
  • Properties
    • IsNumeric
Back to top Generated by DocFX