InfoConnect for Airlines
ClosePrinterManually Property


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
bool ClosePrinterManually {get; set;}

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