Search Results for

    Show / Hide Table of Contents

    Class BarcodeGS1Datamatrix

    Generates the GS1 Data Matrix barcode.

    Inheritance
    System.Object
    BarcodeBase
    Barcode2DBase
    BarcodeDatamatrix
    BarcodeGS1Datamatrix
    Inherited Members
    BarcodeDatamatrix.SymbolSize
    BarcodeDatamatrix.Encoding
    BarcodeDatamatrix.CodePage
    BarcodeDatamatrix.PixelSize
    Barcode2DBase.DrawBarcode(IGraphics, RectangleF)
    BarcodeBase.Name
    BarcodeBase.Color
    BarcodeBase.Font
    BarcodeBase.Clone()
    Namespace: FastReport.Barcode
    Assembly: FastReport.Base.dll
    Syntax
    public class BarcodeGS1Datamatrix : BarcodeDatamatrix

    Constructors

    BarcodeGS1Datamatrix()

    Declaration
    public BarcodeGS1Datamatrix()

    Properties

    AutoEncode

    Gets or sets the value AutoEncode.

    Declaration
    public override bool AutoEncode { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    BarcodeDatamatrix.AutoEncode

    GS1ConcatenationSymbol

    Gets or sets the value GS1 concatenation.

    Declaration
    public GS1Concatenation GS1ConcatenationSymbol { get; set; }
    Property Value
    Type Description
    GS1Concatenation

    ValidateGS1

    Disable or enable GS1 data validation. If this option is disabled, the barcode may contain standard data for Datamatrix.

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