InfoConnect for Unisys
PrintSourceOption Enumeration


Specifies the source of print data.
Syntax
'Declaration
 
Public Enum PrintSourceOption 
   Inherits System.Enum
'Usage
 
Dim instance As PrintSourceOption
public enum PrintSourceOption : System.Enum 
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