Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintDbcsRotationAngle Property
In This Topic
PrintDbcsRotationAngle Property
In This Topic
Gets or sets a value indicating whether to rotate characters 270 degrees when printing host print jobs or terminal screens.
Syntax
expression.PrintDbcsRotationAngle As PrintDbcsRotationAngleOption
where expression is a variable that represents a PrintOptions Object

Property Value

A PrintDbcsRotationAngleOption Enumeration value.
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