Reflection
PrintDbcsHorzFontSizeOption Enumeration


Options for specifying whether Reflection 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