menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataMatrixSetting - UWP 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
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved