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


PrintSourceOption Enumeration
Specifies the source of print data.
Syntax
'Declaration
 
Public Enum PrintSourceOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintSourceOption
Members
MemberDescription
AllPrint all of display memory.
ScreenPrint current screen.
SelectionPrint current selection.
Inheritance Hierarchy

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

See Also