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

    Property Value

    Default value is DataMatrixSymbolType.Undefined (symbol size calculated automatically).
    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