Attachmate.Reflection.Emulation.OpenSystems Namespace > IPrinting Interface : PrinterTimeout Property |
Gets or sets the number of seconds that InfoConnect 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.)
'Declaration
Property PrinterTimeout As Integer
'Usage
Dim instance As IPrinting Dim value As Integer instance.PrinterTimeout = value value = instance.PrinterTimeout
int PrinterTimeout {get; set;}
The default value is 0.
The range of values is 0-3600.