Skip to main content

TdxBarCodeProperties.RotationAngle Property

Rotates the barcode.

Declaration

property RotationAngle; default ra0;

Property Value

Type Default
TcxRotationAngle ra0

Remarks

Options include:

Value Description Example
ra0 No rotation is in effect. A control shows a generated barcode as is.
raPlus90 A barcode rotates left by 90 degrees (the encoded text direction is from bottom to top).
raMinus90 A barcode rotates right by 90 degrees (the encoded text direction is from top to bottom).
ra180 A barcode rotates by 180 degrees (that is, a barcode control displays it upside down).

The default RotationAngle property value is ra0.

See Also