ComponentOne BarCode for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BarCode Namespace / C1BarCode Class / BarNarrow Property

In This Topic
    BarNarrow Property
    In This Topic
    BarCode Property: Gets or sets the width of the narrow bars in screen pixels.
    Syntax
    'Declaration
     
    Public Property BarNarrow As System.Integer
    public System.int BarNarrow {get; set;}
    Remarks
    By default, narrow bars are one screen pixel wide (1/96") and wide bars are two pixels wide (1/96"). You should never have to change these values, they are exposed only in case you need to make adjustments for special barcode reader hardware.
    See Also