WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataMatrixBarcode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataMatrixBarcode

    Inheritance
    System.Object
    BidimensionalBarcode
    DataMatrixBarcode
    Inherited Members
    BidimensionalBarcode.Text
    BidimensionalBarcode.BackColor
    BidimensionalBarcode.QuietZone
    BidimensionalBarcode.XDimension
    BidimensionalBarcode.ForeColor
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Barcode
    Assembly: Syncfusion.SfBarcode.Windows.dll
    Syntax
    public class DataMatrixBarcode : BidimensionalBarcode

    Constructors

    DataMatrixBarcode()

    Initializes DataMatrixBarcode class.

    Declaration
    public DataMatrixBarcode()

    DataMatrixBarcode(String)

    Initializes DataMatrixBarcode class.

    Declaration
    public DataMatrixBarcode(string text)
    Parameters
    Type Name Description
    System.String text

    Data to be converted as barcode.

    Properties

    Encoding

    Gets or sets the encoding.

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

    Size

    Gets or sets the size.

    Declaration
    public DataMatrixSize Size { get; set; }
    Property Value
    Type Description
    DataMatrixSize

    Methods

    Draw(Int32)

    Declaration
    public override Image Draw(int angle)
    Parameters
    Type Name Description
    System.Int32 angle
    Returns
    Type Description
    System.Drawing.Image
    Overrides
    BidimensionalBarcode.Draw(Int32)

    Draw(Panel)

    Declaration
    public SizeF Draw(Panel panel)
    Parameters
    Type Name Description
    System.Windows.Forms.Panel panel
    Returns
    Type Description
    System.Drawing.SizeF

    ToImage(SizeF)

    Convert the data matrix barcode to image

    Declaration
    public Image ToImage(SizeF size)
    Parameters
    Type Name Description
    System.Drawing.SizeF size
    Returns
    Type Description
    System.Drawing.Image
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved