VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / BearerBars Property
Syntax Remarks Requirements SeeAlso
In This Topic
    BearerBars Property (WriterSettings)
    In This Topic
    Gets or sets the style of bearer bars.
    Syntax
    'Declaration
    
    <CategoryAttribute("Common")>
    <DescriptionAttribute("Style of bearer bars.")>
    Public Property BearerBars As BearerBarStyle
    
    
    [Category("Common")]
    [Description("Style of bearer bars.")]
    public BearerBarStyle BearerBars { get; set; }
    
    
    [Category("Common")]
    [Description("Style of bearer bars.")]
    public: __property BearerBarStyle get_BearerBars();
    public: __property void set_BearerBars(
    BearerBarStyle value
    );
    [Category("Common")]
    [Description("Style of bearer bars.")]
    public:
    property BearerBarStyle BearerBars { BearerBarStyle get(); void set(BearerBarStyle value); }
    Remarks

    Use the QuietZoneLeft and QuietZoneRight properties for setting the padding for vertical bearer bars.

    The bearer bars can be used for the following barcode symbologies:

    • ITF-14
    • Standard 2 of 5
    • Interleaved 2 of 5
    • IATA 2 of 5
    • Codabar
    • Code 11
    • Code 128
    • Code 39
    • Code 93
    • MSI

    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