VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / DotCodeMatrixWidth Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DotCodeMatrixWidth Property (WriterSettings)
    In This Topic
    Gets or sets DotCode matrix width.
    Syntax
    'Declaration
    
    <DescriptionAttribute("DotCode matrix width.
    Default value is 0 (matrix width is calculated automatically).")>
    <CategoryAttribute("DotCode")>
    <DefaultValueAttribute(0)>
    Public Property DotCodeMatrixWidth As Integer
    
    
    [Description("DotCode matrix width.
    Default value is 0 (matrix width is calculated automatically).")]
    [Category("DotCode")]
    [DefaultValue(0)]
    public int DotCodeMatrixWidth { get; set; }
    
    
    [Description("DotCode matrix width.
    Default value is 0 (matrix width is calculated automatically).")]
    [Category("DotCode")]
    [DefaultValue(0)]
    public: __property int get_DotCodeMatrixWidth();
    public: __property void set_DotCodeMatrixWidth(
    int value
    );
    [Description("DotCode matrix width.
    Default value is 0 (matrix width is calculated automatically).")]
    [Category("DotCode")]
    [DefaultValue(0)]
    public:
    property int DotCodeMatrixWidth { int get(); void set(int value); }

    Property Value

    Minimum value is 5. Default value is 0 (matrix width is calculated automatically).
    Remarks

    This property has priority over DotCodeMatrixWidthHeightRatio property.

    Requirements

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

    See Also