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


In This Topic
    PrintOverstrikeOption Enumeration
    In This Topic
    Options for specifying whether InfoConnect 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