ERRCODE BCSetPrintText ( t_BarCode pBarCode,
BOOL  bReadable,
BOOL  bAbove 
)

Sets options concerning the currently active text (usually the human readable text).

Determines whether the currently active text should be printed and where it should be located (below or above the bar code).

Note:
The currently active text object can be selected by calling BCSetActiveTextIndex().
The parameter bAbove can only be applied to the human readable text and is ignored by the extra text objects.
See also:
BCGetPrintText(), BCGetTextAbove(), BCSetActiveTextIndex()
Parameters:
[in] pBarCode Pointer to barcode structure.
[in] bReadable Print human readable text.

  • true: Text is printed (this is the default)
  • false: Text is not printed
[in] bAbove Print human readable text above barcode.

  • true: Text is printed above barcode
  • false: Text is printed below barcode (this is the default)
Return values:
ERRCODE ErrOk (0) in case of success. Non-zero if error occurred.

© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Thu Jun 30 16:34:48 2011 for TEC-IT TBarCode Library 10 with doxygen 1.6.2