EMFEvent event (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

void EMFEvent(BSTR PrinterName, IPictureDisp *PrnImage);

Overview

Refer to Enable or Disable using Events

Remarks

An event occured for every page printed using the LEADTOOLS ePrint.

The event recive the printed page as an Enhanced Meta File image. For more information about Enhanced Meta File, refer to File Formats: Windows Metafile Formats (WMF and EMF).

To enable firing this event, the user must set the value of the EnableEMFEvent property to VARIANT_TRUE before start prining the print job.

See Also

Elements:

EnableEMFEvent property, RasterEvent event, JobInfoEvent event, ShowUIEvent event, SaveStatusEvent event

Topics:

ePrint: Events