Sets whether to cancel or continue printing.
Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
Ö | Imaging for Windows 98 |
Imaging for Windows 95 | |
Imaging for Windows NT 4.0 |
Image Edit control
object.ContinuePrinting[={True|False}]
Boolean
Setting | Description |
True (default) | Continue printing |
False | Cancel printing |
Before you can use the ContinuePrinting property, the UseCheckContinuePrinting property must be set to True.
When you use the ContinuePrinting property, you must set it within the CheckContinuePrinting event. This action is required because the ContinuePrinting property is initialized to True upon entry into the event.
The ContinuePrinting property indicates whether to cancel or continue printing when the CheckContinuePrinting event fires. The CheckContinuePrinting event fires whenever a print operation requests whether it should cancel or continue printing (typically, whenever a page is printed). The ContinuePrinting property provides the event with the desired response.
Available at run-time as write-only.