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


In This Topic
    PrintDbcsHorzFontSizeOption Enumeration
    In This Topic
    Options for specifying whether InfoConnect doubles the horizontal size of double-byte characters when it prints host screens or print jobs to make them more legible.
    Syntax
    'Declaration
     
    
    Public Enum PrintDbcsHorzFontSizeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintDbcsHorzFontSizeOption
    public enum PrintDbcsHorzFontSizeOption : System.Enum 
    Members
    MemberDescription
    Print1XUses the default size.
    Print2XDoubles the horizontal size of characters.
    Inheritance Hierarchy

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

    See Also