EnableJobInfo property (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableJobInfo(BSTR pszPrinterName);

Overview

Refer to Enable or Disable using Events

Remarks

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

Value

Meaning

VARIANT_TRUE

Enables firing the JobInfoEvent event

VARIANT_FALSE

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

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

See Also

Elements:

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

Topics:

ePrint: Events