LinePrinter.StillPrinting Property

Used in report cancellation. If false, do not print. Applications can set StillPrinting to false by the Cancel() method.

Syntax

[Visual Basic]
Public Shared ReadOnly Property StillPrinting As Boolean
[C#]
public static bool StillPrinting {get;}

Values

True: The print job has not finished and has not been cancelled.

False: The print job has been cancelled or has finished.

More Information

LinePrinter Class