<< Click to Display Table of Contents >> VpeSetBarcodeMainTextParms |
[Enhanced Edition and above]
Sets the position of the main barcode label text.
int VpeSetBarcodeMainTextParms(
VpeHandle hDoc,
int top_bottom
)
VpeHandle hDoc
Document Handle or VPE Object Handle
int top_bottom
assigned to the main barcode text; one of the BCP_xyz constants below
Default:
BCP_BOTTOM
Possible values for top_bottom are:
Constant Name |
Value |
Comment |
BCP_BOTTOM |
0 |
Barcode Text at Bottom |
BCP_TOP |
1 |
Barcode Text at Top |
BCP_HIDE |
2 |
Barcode Text Hidden |
"Barcodes (1D)" in the Programmer's Manual