GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Barcode Class : NarrowBarWidth Property |
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.
'Declaration Public Property NarrowBarWidth As System.Single
public System.float NarrowBarWidth {get; set;}