TBarCode Library 11  TBarCode Library 11
RECT _stdcall BCGetTextPosition ( t_BarCode pBarCode)

Gets the position of the currently active text object.

The text position is specified by a bounding rectangle. The coordinates of this rectangle are relative to the bar code's bounding rectangle.

Note:
Works only if the currently active text is NOT the human readable text (with index 0) but one of the extra text objects.
The currently active text object can be selected by calling BCSetActiveTextIndex().
See also:
BCSetTextPosition(), BCSetActiveTextIndex()
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
RECTThe bounding rectangle of the text.