| TBarCode Library 11
    TBarCode Library 11
    | 
| ERRCODE _stdcall BCSetRotation | ( | t_BarCode * | pBarCode, | 
| e_Degree | eRotation | ||
| ) | 
Sets the rotation of the barcode (counter-clockwise).
Rotates the barcode in 90° steps counter-clockwise. If you experience problems with the human readable text, make sure a suitable TrueType font is selected (the selected font must be support rotations).
| [in] | pBarCode | Pointer to barcode structure. | 
| [in] | eRotation | Rotation (counter-clockwise). | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |