InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / PrintDbcsRotationAngleOption Enumeration


In This Topic
    PrintDbcsRotationAngleOption Enumeration
    In This Topic
    Options for specifying whether to rotate characters 270 degrees when printing host print jobs or terminal screens.
    Syntax
    'Declaration
     
    
    Public Enum PrintDbcsRotationAngleOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintDbcsRotationAngleOption
    public enum PrintDbcsRotationAngleOption : System.Enum 
    Members
    MemberDescription
    PrintRotate0Does not rotate characters.
    PrintRotate270Rotates characters 270 degrees.
    Remarks
    Rotating characters 270 degrees presents host print jobs that contain double-byte characters in traditional, top-to-bottom, left-to-right alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.PrintDbcsRotationAngleOption

    See Also