| << Click to Display Table of Contents >> VpeSetBarcodeAlignment |     | 
[Enhanced Edition and above]
Sets the alignment of barcodes within the rectangle they are drawn.
void VpeSetBarcodeAlignment(
VpeHandle hDoc,
int alignment
)
VpeHandle hDoc
Document Handle or VPE Object Handle
int alignment
possible values are:
| Constant Name | Value | Comment | 
| ALIGN_LEFT | 0 | 
 | 
| ALIGN_RIGHT | 1 | 
 | 
| ALIGN_CENTER | 2 | 
 | 
Default:
ALIGN_LEFT
"Barcodes (1D)" in the Programmer's Manual