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


PrintFileExistsActionOption Enumeration
Options for specifying what Reflection does when you send a print job to an existing file.
Syntax
'Declaration
 
Public Enum PrintFileExistsActionOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintFileExistsActionOption
Members
MemberDescription
AppendAdds the information to the end of the existing file.
AskUserDisplays a dialog box asking the user what action to take.
AutoNumberCreate a new file by adding an incremented number to the existing file name.
OpenErrorCauses the print job to fail and return an error.
OverwriteReplaces the existing file with the new information.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.PrintFileExistsActionOption

See Also