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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.