Search Results for

    Show / Hide Table of Contents

    Class BarcodeDatamatrix

    Generates the 2D Data Matrix barcode.

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

    Constructors

    BarcodeDatamatrix()

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

    Declaration
    public BarcodeDatamatrix()

    Properties

    AutoEncode

    Gets or sets the value AutoEncode.

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

    CodePage

    Gets or sets the code page used for text conversion.

    Declaration
    public int CodePage { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Use this property to encode non-ASCII characters. For example, set this property to 1251 to use Window CP1251.

    Encoding

    Gets or sets the encoding mode.

    Declaration
    public DatamatrixEncoding Encoding { get; set; }
    Property Value
    Type Description
    DatamatrixEncoding

    PixelSize

    Gets or sets the size of the pixel.

    Declaration
    public int PixelSize { get; set; }
    Property Value
    Type Description
    System.Int32

    SymbolSize

    Gets or sets the symbol size.

    Declaration
    public DatamatrixSymbolSize SymbolSize { get; set; }
    Property Value
    Type Description
    DatamatrixSymbolSize

    Methods

    Assign(BarcodeBase)

    Declaration
    public override void Assign(BarcodeBase source)
    Parameters
    Type Name Description
    BarcodeBase source
    Overrides
    BarcodeBase.Assign(BarcodeBase)
    Back to top © 1998-2025 Copyright Fast Reports Inc.