Reflection
PrintDbcsRotationAngle Property


Returns or specifies whether to rotate characters 270 degrees when printing host print jobs or terminal screens.
Syntax
'Declaration
 
Property PrintDbcsRotationAngle As PrintDbcsRotationAngleOption
'Usage
 
Dim instance As IPrintOptions
Dim value As PrintDbcsRotationAngleOption
 
instance.PrintDbcsRotationAngle = value
 
value = instance.PrintDbcsRotationAngle
PrintDbcsRotationAngleOption PrintDbcsRotationAngle {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
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