CheckContinuePrinting Event

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.

Available With

Ö 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

Applies To

Image Edit control

Syntax

Sub object_CheckContinuePrinting(PagesPrinted,CurrentPage,Status)

Arguments

Parameter Data Type Setting

PagesPrinted Long The number of pages already printed
CurrentPage Long The current page being printed
Status Integer Not used currently

Remarks

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.