Reflection
PrintOverstrikeOption Enumeration


Options for specifying whether Reflection simulates bold printing by using offset overstrike printing.
Syntax
'Declaration
 
Public Enum PrintOverstrikeOption 
   Inherits System.Enum
'Usage
 
Dim instance As PrintOverstrikeOption
public enum PrintOverstrikeOption : System.Enum 
Members
MemberDescription
BoldOffsetUse offset overstrike printing to simulate bold printing.
NoOffsetTurn off offset overstrike printing.
Inheritance Hierarchy

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

See Also