<< Click to Display Table of Contents >> VpeSetBarcodeThinBar |
[Enhanced Edition and above]
Specifies the relative width for thin barcode modules (1D barcodes only).
A barcode module is a line or a gap. Barcodes consist of small and thick modules.
Using BarcodeThinBar and BarcodeThickBar, the ratio of thin to thick modules can be adjusted.
void VpeSetBarcodeThinBar(
VpeHandle hDoc,
int relative_width
)
VpeHandle hDoc
Document Handle or VPE Object Handle
int relative_width
the relative width of thin barcode modules, a value of zero will cause VPE to choose an optimal value in accordance to the available space for drawing the barcode
Default:
0
Remarks:
If you set this porperty as well as the ThickBar property to zero, the barcode library will choose a reasonable value.
Example:
To adjust a ratio of 1 : 2,5 between thin and thick modules, set
BarcodeThinBar = 2
and
BarcodeThickBar = 5
"Barcodes (1D)" in the Programmer's Manual