VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / Padding Property
Синтаксис Требования Смотрите также
В этом разделе
    Padding Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает заполнение штрих-кода в MinWidth.
    Синтаксис
    '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

    Минимальное значение - 0. Значение по умолчанию - 1.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также