ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Barcode Class / NarrowBarWidth Property

In This Topic
    NarrowBarWidth Property
    In This Topic

    Also known as the X dimension, this is a value defining the width of the narrowest part of the barcode. Before using an extremely small value for this width, ensure that the scanner can read it.

    This value is in pixel for SectionReports and in point/inch/cm for PageReports.

    Syntax
    'Declaration
     
    Public Property NarrowBarWidth As Single
    public float NarrowBarWidth {get; set;}
    See Also