Provides the listening application with EMF data for each print job page received by the Virtual Printer.
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.
Property | Description |
---|---|
PrinterName | Gets the name of the printer that generated the event. |
Stream | Gets the memory stream that includes information to retrieve the metafile. |
The event handler receives an argument for page printed.