RasterEvent event (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

void RasterEvent(BSTR PrinterName, long lType, IPictureDisp *PrnImage);

Overview

Refer to Enable or Disable using Events

Remarks

An event occured for every page printed using LEADTOOLS ePrint.

The event recive the printed page as a bitmap. For more information about raster image file formats, refer to Summary of All Supported Image File Formats.

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

See Also

Elements:

EnableRasterEvent property, EMFEvent event, JobInfoEvent event, ShowUIEvent event, SaveStatusEvent event

Topics:

ePrint: Events