EnableEMFEvent property (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableEMFEvent(BSTR pszPrinterName);

Overview

Refer to Enable or Disable using Events

Remarks

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

Value

Meaning

VARIANT_TRUE

Enables firing the EMFEvent event.

VARIANT_FALSE

Disables firing the EMFEvent 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 an Enhanced Meta File format.

See Also

Elements:

EnableRasterEvent 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