menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataMatrixSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataMatrixSettings

    DataMatrixSettings class is used to configure the DataMatrix barcode.

    Inheritance
    System.Object
    BarcodeSettings
    Barcode2DSettings
    DataMatrixSettings
    Inherited Members
    Barcode2DSettings.XDimension
    Barcode2DSettings.XDimensionProperty
    Namespace: Syncfusion.SfBarcode.XForms
    Assembly: Syncfusion.SfBarcode.XForms.dll
    Syntax
    public class DataMatrixSettings : Barcode2DSettings

    Constructors

    DataMatrixSettings()

    Declaration
    public DataMatrixSettings()

    Fields

    EncodingProperty

    Gets or sets the Encoding property.

    Declaration
    public static readonly BindableProperty EncodingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    SizeProperty

    Gets or sets the Size property.

    Declaration
    public static readonly BindableProperty SizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Encoding

    The Encoding property is used for specifying the Barcode Data Encoding. This is a bindable property.

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

    This property takes the DataMatrixEncoding value.

    Size

    The Size property is used to set the DataMatrix size of the Barcode. This is a bindable property.

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

    This property takes the DataMatrixSize value.

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