Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrinterPrintOptions Interface / PrintFileExistsAction Property


In This Topic
    PrintFileExistsAction Property (IPrinterPrintOptions)
    In This Topic
    Returns or specifies what Reflection does when you send a print job to an existing file This property is relevant only when the PrintToFile property is set to True.
    Syntax
    'Declaration
     
    
    Property PrintFileExistsAction As PrintFileExistsActionOption
    'Usage
     
    
    Dim instance As IPrinterPrintOptions
    Dim value As PrintFileExistsActionOption
     
    instance.PrintFileExistsAction = value
     
    value = instance.PrintFileExistsAction
    PrintFileExistsActionOption PrintFileExistsAction {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    See Also