InfoConnect for Airlines VBA Guide
PrintDbcsRotationAngle Property
Gets or sets a value indicating whether to rotate characters 270 degrees when printing host print jobs or terminal screens.
Syntax
Object.PrintDbcsRotationAngle As PrintDbcsRotationAngleOption
Remarks
Rotating characters 270 degrees presents host print jobs that contain double-byte characters in a traditional, top-to-bottom, left-to-right alignment. This setting is applicable to double-byte character sets only.
  • Does not rotate characters. (The default.)
  • Rotates characters 270 degrees.
See Also