VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / BarcodeInfo1D Class / NarrowBarCount Property
Syntax Requirements SeeAlso
In This Topic
    NarrowBarCount Property (BarcodeInfo1D)
    In This Topic
    Gets a narrow bar count.
    Syntax
    'Declaration
    
    Public ReadOnly Property NarrowBarCount As Integer
    
    
    public int NarrowBarCount { get; }
    
    
    public: __property int get_NarrowBarCount();
    
    
    
    public:
    property int NarrowBarCount { int get(); }

    Property Value

    Example: This property will return 6 if barcode consists from 3 bars (3x black bar, 1x white bar and 2x black bar).
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also