'DeclarationPublic Enum PrintFileExistsActionOption Inherits System.Enum
'UsageDim instance As PrintFileExistsActionOption
public enum PrintFileExistsActionOption : System.Enum
'DeclarationPublic Enum PrintFileExistsActionOption Inherits System.Enum
'UsageDim instance As PrintFileExistsActionOption
public enum PrintFileExistsActionOption : System.Enum
| Member | Description |
|---|---|
| Append | Adds the information to the end of the existing file. |
| AskUser | Displays a dialog box asking the user what action to take. |
| AutoNumber | Create a new file by adding an incremented number to the existing file name. |
| OpenError | Causes the print job to fail and return an error. |
| Overwrite | Replaces the existing file with the new information. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.PrintFileExistsActionOption