EnableRasterEvent property (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableRasterEvent(BSTR pszPrinterName);

Overview

Refer to Enable or Disable using Events

Remarks

Enables or disables firing the RasterEvent event. Possible values are:

Value

Meaning

VARIANT_TRUE

Enables firing the RasterEvent event.

VARIANT_FALSE

Disables firing the RasterEvent event. This is the default value.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this property.

When setting this property value to VARIANT_TRUE, the printed pages will be received in a bitmap.

See Also

Elements:

EnableEMFEvent property, EnableJobInfo property, EnableShowUIEvent property, EnableSaveStatusEvent property, ContinueShowUIEvent property, UIAboutBox property, UIMsgCaption property, EMFEvent event, RasterEvent event, JobInfoEvent event, ShowUIEvent event, SaveStatusEvent event

Topics:

ePrint: Events