Search Results for

    Show / Hide Table of Contents

    Class BarcodeITF14

    Generates the "ITF-14" barcode.

    Inheritance
    System.Object
    BarcodeBase
    LinearBarcodeBase
    Barcode2of5Interleaved
    BarcodeITF14
    Inherited Members
    LinearBarcodeBase.CalcCheckSum
    LinearBarcodeBase.WideBarRatio
    LinearBarcodeBase.IsNumeric
    LinearBarcodeBase.Trim
    BarcodeBase.Name
    BarcodeBase.Color
    BarcodeBase.Font
    BarcodeBase.Clone()
    BarcodeBase.GetDefaultValue()
    Namespace: FastReport.Barcode
    Assembly: FastReport.Base.dll
    Syntax
    public class BarcodeITF14 : Barcode2of5Interleaved

    Constructors

    BarcodeITF14()

    Initializes a new instance of the BarcodeITF14 class with default settings.

    Declaration
    public BarcodeITF14()

    Properties

    DrawVerticalBearerBars

    Gets or sets the value indicating that vertical bearer bars are needed to draw.

    Declaration
    public bool DrawVerticalBearerBars { 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.

    Overrides
    LinearBarcodeBase.Assign(BarcodeBase)

    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
    LinearBarcodeBase.DrawBarcode(IGraphics, RectangleF)
    Back to top © 1998-2025 Copyright Fast Reports Inc.