TBarCode Library 11  TBarCode Library 11
e_Degree _stdcall BCGetTextRotation ( t_BarCode pBarCode)

Gets the the rotation of the currently active text object.

The text rotation is defined relatively to the bar code rotation. This means that both rotation values will be added.

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:
BCGetActiveTextIndex(), BCSetActiveTextIndex(), BCSetTextRotation()
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
e_DegreeThe text rotation (counter-clockwise).