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


In This Topic
ClosePrinterManually Property
In This Topic
Gets or sets whether the printer is automatically flushed after printing.
Syntax
'Declaration
 
Property ClosePrinterManually As Boolean
 
'Usage
 
Dim instance As IPrinting
Dim value As Boolean
 
instance.ClosePrinterManually = value
 
value = instance.ClosePrinterManually

Property Value

When False (the default), the printer is automatically closed after a print operation and after a host application turns off the print logging mode.
See Also