VpeSetBarcodeAlignment

<< Click to Display Table of Contents >>

Navigation:  Barcode Functions (1D) >

VpeSetBarcodeAlignment

Previous pageReturn to chapter overviewNext page

[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

 

See Also:

"Barcodes (1D)" in the Programmer's Manual