VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / BarsWidthAdjustment Property
Syntax Requirements SeeAlso
In This Topic
    BarsWidthAdjustment Property (WriterSettings)
    In This Topic
    Gets or sets the adjustment method of bars width in percentage to the value of MinWidth property.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Adjustment method of bars width.")>
    <DefaultValueAttribute(0)>
    <CategoryAttribute("Common")>
    Public Property BarsWidthAdjustment As Double
    
    
    [Description("Adjustment method of bars width.")]
    [DefaultValue(0)]
    [Category("Common")]
    public double BarsWidthAdjustment { get; set; }
    
    
    [Description("Adjustment method of bars width.")]
    [DefaultValue(0)]
    [Category("Common")]
    public: __property double get_BarsWidthAdjustment();
    public: __property void set_BarsWidthAdjustment(
    double value
    );
    [Description("Adjustment method of bars width.")]
    [DefaultValue(0)]
    [Category("Common")]
    public:
    property double BarsWidthAdjustment { double get(); void set(double value); }

    Property Value

    From -0.3 to 0 - white bars will be expanded, black bars will be shrunk,
    0 - no effect,
    from 0 to 0.3 - white bars will be shrunk, black bars will be expanded.
    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