TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCSetTextAlignment ( t_BarCode pBarCode,
e_BCAlign  eAlign 
)

Sets the alignment of the currently active text object (usually the human readable text).

The default is center alignment.

Note:
The currently active text object can be selected by calling BCSetActiveTextIndex().
See also:
BCGetTextAlignment(), BCSetActiveTextIndex()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eAlignText alignment enumerator.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.