Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrinterPrintOptions Object / 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
    expression.PrintFileExistsAction As PrintFileExistsActionOption
    where expression is a variable that represents a PrinterPrintOptions Object
    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