ComponentOne BarCode for UWP
C1.BarCode Namespace / Code25intlvOptions Class / BearBar Property

In This Topic
    BearBar Property
    In This Topic
    Whether or not to display bearer bar to ITF barcode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property BearBar As System.Boolean
    [System.ComponentModel.DefaultValue(false)]
    public System.bool BearBar {get; set;}
    See Also