<< Click to Display Table of Contents >> SetBarcodeParms |
[Enhanced Edition and above]
Specifies the position of the barcode label text and the position of the add-on label text (if add-on barcode is used).
method void VPE.SetBarcodeParms(
BarcodeParms [long] MainCode,
BarcodeParms [long] AddCode
)
also supported by TVPEObject
BarcodeParms [long] MainCode
one of the constants below
BarcodeParms [long] AddCode
one of the constants below
Default:
BCP_BOTTOM, BCP_BOTTOM
Possible values for TopBottom and AddTopBottom are:
ActiveX / VCL |
Value |
Enum |
Comment |
BCP_BOTTOM |
0 |
Bottom |
Text at Bottom |
BCP_TOP |
1 |
Top |
Text at Top |
BCP_HIDE |
2 |
Hide |
Text Hidden |
BCP_DEFAULT |
3 |
Default |
Text at default position appropriate to barcode type |
"Barcodes (1D)" in the Programmer's Manual