| << Click to Display Table of Contents >> VpeSetBarcodeParms |     | 
[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).
void VpeSetBarcodeParms(
VpeHandle hDoc,
int top_bottom,
int add_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
int add_top_bottom
assigned to the add-on barcode text; one of the BCP_xyz constants below
Default:
BCP_BOTTOM, BCP_BOTTOM
Possible values for top_bottom and add_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 | 
| BCP_DEFAULT | 3 | Barcode Text at default position appropriate to barcode type | 
"Barcodes (1D)" in the Programmer's Manual