Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrinterTimeout Property
In This Topic
PrinterTimeout Property
In This Topic

Gets or sets the number of seconds that Reflection waits after a host print job is completed before closing the printer automatically. (This property is used in host-controlled printing situations where the host does not close the printer at the completion of a printing job.)

Syntax
expression.PrinterTimeout As Integer
where expression is a variable that represents a Printing Object

Property Value

The default value is 0 seconds.

The range of values is 0-3600 seconds.

See Also