Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / PrinterPrintOptions Class / PrintFileExistsAction Property


In This Topic
    PrintFileExistsAction Property (PrinterPrintOptions)
    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
     
    
    Public Property PrintFileExistsAction As PrintFileExistsActionOption
    'Usage
     
    
    Dim instance As PrinterPrintOptions
    Dim value As PrintFileExistsActionOption
     
    instance.PrintFileExistsAction = value
     
    value = instance.PrintFileExistsAction
    public 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