ClosePrinterManually Property
Gets or sets whether the printer is automatically flushed after printing.
bool ClosePrinterManually {get; set;}
'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.