Class DataMatrixSetting
Handles the settings for DataMatrix bar code.
Implements
Inherited Members
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.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.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. |