Class Barcode2DBase
The base class for 2D-barcodes such as PDF417 and Datamatrix.
Inheritance
System.Object
Barcode2DBase
Inherited Members
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public abstract class Barcode2DBase : BarcodeBase
Methods
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. |