GetPagesPrinted property (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

long GetPagesPrinted;

Overview

Refer to Enable or Disable using Events

Remarks

(Read only) Gets the number of printed pages.

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

This property will always be set to 0 when the lFlags parameter of the JobInfoEvent event contains the value JOB_START, since no pages have been printed at the beginning of a print job.

The user can call this property within the JobInfoEvent event.

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, GetJobID property, GetPrinterName property, GetMachineName property, GetDocName property, GetUserName property, SaveStatusEvent event

Topics:

ePrint: Events