ContinuePrinting Property

Sets whether to cancel or continue printing.

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

object.ContinuePrinting[={True|False}]

Data Type

Boolean

Setting Description

True (default) Continue printing
False Cancel printing

Remarks

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.