ActiveReports 8
NarrowBarWidth Property
See Also 
GrapeCity.ActiveReports.v8 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;}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also