Class BarcodeITF14
Generates the "ITF-14" barcode.
Inherited Members
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class BarcodeITF14 : Barcode2of5Interleaved
Constructors
BarcodeITF14()
Initializes a new instance of the BarcodeITF14 class with default settings.
Declaration
public BarcodeITF14()
Properties
DrawVerticalBearerBars
Gets or sets the value indicating that vertical bearer bars are needed to draw.
Declaration
public bool DrawVerticalBearerBars { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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. |
Overrides
DrawBarcode(IGraphics, RectangleF)
Draws a barcode.
Declaration
public override void DrawBarcode(IGraphics g, RectangleF displayRect)
Parameters
Type | Name | Description |
---|---|---|
IGraphics | g | The graphic surface. |
RectangleF | displayRect | Display rectangle. |