←Select platform

EmfEvent Event

Summary

Provides the listening application with EMF data for each print job page received by the Virtual Printer.

Syntax

C#
VB
C++
public event EventHandler<EmfEventArgs> EmfEvent 
  
Public Event EmfEvent As EventHandler(Of EmfEventArgs) 
public: 
event EventHandler<EmfEventArgs^>^ EmfEvent 

Event Data

The event handler receives an argument of type EmfEventArgs containing data related to this event. The following EmfEventArgs properties provide information specific to this event.

PropertyDescription
PrinterName Gets the name of the printer that generated the event.
Stream Gets the memory stream that includes information to retrieve the metafile.
Remarks

The event handler receives an argument for page printed.

Example

Refer to Specifications example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly