Search Results for

    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.Font
    BarcodeBase.Clone()
    BarcodeBase.Assign(BarcodeBase)
    BarcodeBase.GetDefaultValue()
    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.

    Overrides
    BarcodeBase.DrawBarcode(IGraphics, RectangleF)
    Back to top © 1998-2025 Copyright Fast Reports Inc.