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).

See also:
BCGetRotation(), BCSetLogFont()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eRotationRotation (counter-clockwise).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.