This event occurs when a print operation requests whether it should cancel or continue printing. The value of the ContinuePrinting property provides the event with the desired response.
Ö | 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
Sub object_CheckContinuePrinting(PagesPrinted,CurrentPage,Status)
Parameter | Data Type | Setting |
PagesPrinted | Long | The number of pages already printed |
CurrentPage | Long | The current page being printed |
Status | Integer | Not used currently |
The CheckContinuePrinting event fires at the beginning of a print operation and after each page is printed. The default is to continue printing.
Before you can use the ContinuePrinting property and the CheckContinuePrinting event, the UseCheckContinuePrinting property must be set to True.