Class BarcodeCodabar
Generates the Codabar barcode.
Inherited Members
Namespace: FastReport.Barcode
Assembly: FastReport.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
StartChar
Specifies start character (A, B, C or D).
Declaration
public BarcodeCodabar.CodabarChar StartChar { get; set; }
Property Value
Type | Description |
---|---|
BarcodeCodabar.CodabarChar |
StopChar
Specifies stop character (A, B, C or D)
Declaration
public BarcodeCodabar.CodabarChar StopChar { get; set; }
Property Value
Type | Description |
---|---|
BarcodeCodabar.CodabarChar |
Methods
Assign(BarcodeBase)
Assigns properties from other, similar barcode.
Declaration
public override void Assign(BarcodeBase source)
Parameters
Type | Name | Description |
---|---|---|
BarcodeBase | source | Barcode object to assign properties from. |