VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / DataMatrixEncodingMode Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DataMatrixEncodingMode Property (WriterSettings)
    In This Topic
    Gets or sets the Data Matrix data encoding mode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Data Matrix data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")>
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("Data Matrix")>
    Public Property DataMatrixEncodingMode As Vintasoft.Barcode.BarcodeInfo.DataMatrixEncodingMode
    
    
    [Description("Data Matrix data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("Data Matrix")]
    public Vintasoft.Barcode.BarcodeInfo.DataMatrixEncodingMode DataMatrixEncodingMode { get; set; }
    
    
    [Description("Data Matrix data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("Data Matrix")]
    public: __property Vintasoft.Barcode.BarcodeInfo.DataMatrixEncodingMode get_DataMatrixEncodingMode();
    public: __property void set_DataMatrixEncodingMode(
    Vintasoft.Barcode.BarcodeInfo.DataMatrixEncodingMode value
    );
    [Description("Data Matrix data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("Data Matrix")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.DataMatrixEncodingMode DataMatrixEncodingMode { Vintasoft.Barcode.BarcodeInfo.DataMatrixEncodingMode get(); void set(Vintasoft.Barcode.BarcodeInfo.DataMatrixEncodingMode value); }

    Property Value

    Default value is DataMatrixEncodingMode.Undefined (encoding mode calculated automatically).
    Remarks

    Only square barcodes are created if encoding mode is set to Undefined.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also