InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrinterTimeout Property


In This Topic
PrinterTimeout Property
In This Topic

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.)

Syntax
'Declaration
 
Property PrinterTimeout As Integer
 
'Usage
 
Dim instance As IPrinting
Dim value As Integer
 
instance.PrinterTimeout = value
 
value = instance.PrinterTimeout

Property Value

The default value is 0.

The range of values is 0-3600.

See Also