Show / Hide Table of Contents

Class Barcode2DBase

The base class for 2D-barcodes such as PDF417 and Datamatrix.

Inheritance
System.Object
BarcodeBase
Barcode2DBase
BarcodeAztec
BarcodeDatamatrix
BarcodeMaxiCode
BarcodePDF417
BarcodeQR
Inherited Members
BarcodeBase.Name
BarcodeBase.Color
BarcodeBase.Clone()
BarcodeBase.Assign(BarcodeBase)
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 Barcode2DBase : BarcodeBase

Methods

DrawBarcode(IGraphicsRenderer, RectangleF)

Declaration
public override void DrawBarcode(IGraphicsRenderer g, RectangleF displayRect)
Parameters
Type Name Description
IGraphicsRenderer g
RectangleF displayRect
Overrides
BarcodeBase.DrawBarcode(IGraphicsRenderer, RectangleF)
Back to top Generated by DocFX