ActiveReports 8
NWRatio Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Barcode Class : NWRatio Property

Glossary Item Box

Also known as the N dimension, this is a value defining the multiple of the ratio between the narrow and wide bars in symbologies that contain bars in only two widths. For example, if it is a 3 to 1 ratio, this value is 3.

Syntax

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

Remarks

Commonly used values are 2, 2.5, 2.75, and 3.

Some barcodes that use only two bar widths are Code39, Code25intlv, and MSI.

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