VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / Padding Property
Syntax Requirements SeeAlso
In This Topic
    Padding Property (WriterSettings)
    In This Topic
    Gets or sets the barcode padding, in MinWidth.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(1)>
    <CategoryAttribute("Common")>
    <DescriptionAttribute("Barcode padding, in MinWidth.")>
    Public Property Padding As Integer
    
    
    [DefaultValue(1)]
    [Category("Common")]
    [Description("Barcode padding, in MinWidth.")]
    public int Padding { get; set; }
    
    
    [DefaultValue(1)]
    [Category("Common")]
    [Description("Barcode padding, in MinWidth.")]
    public: __property int get_Padding();
    public: __property void set_Padding(
    int value
    );
    [DefaultValue(1)]
    [Category("Common")]
    [Description("Barcode padding, in MinWidth.")]
    public:
    property int Padding { int get(); void set(int value); }

    Property Value

    Minimum value is 0. Default value is 1.
    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