<< Click to Display Table of Contents >> BarcodeThickBar |
[Enhanced Edition and above]
Specifies the relative width for thick 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.
property integer VPE.BarcodeThickBar
read / write; runtime only; also supported by TVPEObject
Possible Values:
the relative width for thick 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
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