Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / PrintOverstrikeOption Enumeration


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
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