Class BarcodeBase
The base class for all barcodes.
Inherited Members
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 BarcodeBase
Constructors
BarcodeBase()
Initializes a new instance of the BarcodeBase class with default settings.
Declaration
public BarcodeBase()
Properties
Color
Gets or sets the color of barcode.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Name
Gets the name of barcode.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Assign(BarcodeBase)
Assigns properties from other, similar barcode.
Declaration
public virtual void Assign(BarcodeBase source)
Parameters
Type | Name | Description |
---|---|---|
BarcodeBase | source | Barcode object to assign properties from. |
Clone()
Creates the exact copy of this barcode.
Declaration
public BarcodeBase Clone()
Returns
Type | Description |
---|---|
BarcodeBase | The copy of this barcode. |
DrawBarcode(IGraphicsRenderer, RectangleF)
Declaration
public virtual void DrawBarcode(IGraphicsRenderer g, RectangleF displayRect)
Parameters
Type | Name | Description |
---|---|---|
IGraphicsRenderer | g | |
RectangleF | displayRect |