Search Results for

    Show / Hide Table of Contents

    Class BarcodeDeutscheIdentcode

    Generates the "Deutsche Identcode" barcode.

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

    Constructors

    BarcodeDeutscheIdentcode()

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

    Declaration
    public BarcodeDeutscheIdentcode()

    Properties

    PrintCheckSum

    Gets or sets a value that indicates that CheckSum should be printed.

    Declaration
    public bool PrintCheckSum { 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)

    GetDefaultValue()

    Get default value of this barcode

    Declaration
    public override string GetDefaultValue()
    Returns
    Type Description
    System.String
    Overrides
    BarcodeBase.GetDefaultValue()
    Back to top © 1998-2025 Copyright Fast Reports Inc.