Returns or sets how the control handles a print cancellation/continuation request.
| Ö | 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.UseCheckContinuePrinting[={True|False}]
Boolean
| Setting | Description |
| True | Print cancellation/continuation is handled through the CheckContinuePrinting event |
| False (default) | Standard print cancellation/continuation handling |
Setting this property to True enables you to use the ContinuePrinting property and the CheckContinuePrinting event to handle a print cancellation/continuation request.
The CheckContinuePrinting event fires whenever a print operation requests whether it should cancel or continue printing. The ContinuePrinting property provides the event with the desired response.