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

    Property Value

    Minimum value is 5. Default value is 0 (matrix height 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