Class BarcodePharmacode
Generates the Pharmacode barcode.
Inherited Members
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class BarcodePharmacode : LinearBarcodeBase
Constructors
BarcodePharmacode()
Initializes a new instance of the BarcodePharmacode class with default settings.
Declaration
public BarcodePharmacode()
Properties
IsNumeric
Gets the value indicating that the barcode is numeric.
Declaration
public override bool IsNumeric { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
QuietZone
Gets or sets the value indicating that quiet zone must be shown.
Declaration
public bool QuietZone { 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. |