InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / GraphicDestinationOption Enumeration


In This Topic
    GraphicDestinationOption Enumeration
    In This Topic
    Destination of graphic images.
    Syntax
    'Declaration
     
    
    Public Enum GraphicDestinationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GraphicDestinationOption
    public enum GraphicDestinationOption : System.Enum 
    Members
    MemberDescription
    ToHostImages are sent to the host.
    ToPrinterImages are sent to a digital printer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.GraphicDestinationOption

    See Also