menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DataMatrixSettings

    Handles the settings for DataMatrix bar code.

    Inheritance
    System.Object
    Settings
    Barcode2DSettings
    DataMatrixSettings
    Implements
    IBarcodeSetting
    Inherited Members
    Barcode2DSettings.XDimension
    Namespace: Com.Syncfusion.Barcode
    Assembly: Syncfusion.SfBarcode.Android.dll
    Syntax
    public class DataMatrixSettings : Barcode2DSettings, IBarcodeSetting

    Constructors

    DataMatrixSettings()

    Initializes DataMatrixSetting class.

    Declaration
    public DataMatrixSettings()

    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