ActiveReports Developer 7
NarrowBarWidth Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Barcode Class : NarrowBarWidth Property

Glossary Item Box

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

Visual Basic (Declaration) 
Public Property NarrowBarWidth As System.Single
C# 
public System.float NarrowBarWidth {get; set;}

See Also