BarCodeWiz Barcode ActiveX
Control
User Manual
 | Installation |
 | Quick Start |
 | Bar Code Types (Symbologies) |
 | Reference |
 | Properties |
 | Methods |
 | Events |
 | License |
|
Returns or sets the ratio of the wide to narrow bar in a bar code. This property affects Code 39, Code 39 Extended, Interleaved 2of5, Standard 2of5, and Codabar only (these symbologies only use two bar widths).
Syntax
BarCodeWiz1.WideToNarrowRatio [ = number]
The settings for number are
|
Constant
|
Setting
|
Description
|

Optimal_Ratio
|
0
|
Width of the wide bar is adjusted automatically.
|

Smallest_Ratio
|
1
|
Width of the wide bar is equal to 2 times NarrowBarWidth.
|

Small_Ratio
|
2
|
Width of the wide bar is equal to 2.25 times NarrowBarWidth.
|

Medium_Ratio
|
3
|
Width of the wide bar is equal to 2.5 times NarrowBarWidth.
|

Large_Ratio
|
4
|
Width of the wide bar is equal to 2.75 times NarrowBarWidth.
|

Largest_Ratio
|
5
|
Width of the wide bar is equal to 3 times NarrowBarWidth.
|
|
|