BarCodeWiz Logo

WideToNarrowRatio

Returns or sets the ratio of the wide to narrow bar in a bar code.

This property only affects symbologies which have two bar widths: Code 39Code 39 ExtendedInterleaved 2 of 5Standard 2 of 5, and Codabar.


Syntax

BarCodeWiz1.WideToNarrowRatio [ = enum]

 

The settings for enum 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.00 x XDimension
Small_Ratio 2 Width of the wide bar is equal to 2.25 x XDimension
Medium_Ratio 3 Width of the wide bar is equal to 2.50 x XDimension
Large_Ratio 4 Width of the wide bar is equal to 2.75 x XDimension
Largest_Ratio 5 Width of the wide bar is equal to 3.00 x XDimension