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] | pBarCode | Pointer to barcode structure. |  
 
- Return values:
- 
  
    | e_Degree | The text rotation (counter-clockwise). |