menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataMatrixSetting - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataMatrixSetting

    Handles the settings for DataMatrix bar code.

    Inheritance
    System.Object
    Settings
    Barcode2DSetting
    DataMatrixSetting
    Implements
    IBarcodeSetting
    Inherited Members
    Barcode2DSetting.XDimension
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.WPF.dll
    Syntax
    public class DataMatrixSetting : Barcode2DSetting, IBarcodeSetting

    Constructors

    DataMatrixSetting()

    Initializes DataMatrixSetting class.

    Declaration
    public DataMatrixSetting()

    Properties

    Encoding

    Gets or sets the encoding used for DataMatrix bar code.

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

    The default value is Auto.

    Size

    Gets or sets the size matrix of DataMatrix bar code.

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

    The default value is Auto.

    Implements

    IBarcodeSetting
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved