VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / BearerBarWidth Property
Синтаксис Требования Смотрите также
В этом разделе
    BearerBarWidth Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает ширину несущих полос в пикселях.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Width of bearer bars, in pixels.")>
    <DefaultValueAttribute(3)>
    <CategoryAttribute("Common")>
    Public Property BearerBarWidth As Integer
    
    
    [Description("Width of bearer bars, in pixels.")]
    [DefaultValue(3)]
    [Category("Common")]
    public int BearerBarWidth { get; set; }
    
    
    [Description("Width of bearer bars, in pixels.")]
    [DefaultValue(3)]
    [Category("Common")]
    public: __property int get_BearerBarWidth();
    public: __property void set_BearerBarWidth(
    int value
    );
    [Description("Width of bearer bars, in pixels.")]
    [DefaultValue(3)]
    [Category("Common")]
    public:
    property int BearerBarWidth { int get(); void set(int value); }

    Property Value

    Значение по умолчанию: 3.
    Требования

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

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