LEADTOOLS Virtual Printer (Leadtools.Printer assembly)

JobEvent Event

Show in webframe





Provides the listening application with print job information for each print job received by the Virtual Printer.
Syntax
public event EventHandler<JobEventArgs> JobEvent
'Declaration
 
Public Event JobEvent As EventHandler(Of JobEventArgs)
'Usage
 
Dim instance As Printer
Dim handler As EventHandler(Of JobEventArgs)
 
AddHandler instance.JobEvent, handler

            

            
public:
event EventHandler<JobEventArgs^>^ JobEvent
Event Data

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

PropertyDescription
JobEventState Gets the current job state.
JobID Gets the current job id.
PrinterName Gets the name of the printer that generated the event.
Remarks
The event handler receives an argument indicating if the specified job was started or ended as well as other print job information.
Example
Refer to Specifications example.
Requirements

Target Platforms

See Also

Reference

Printer Class
Printer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Printer requires a Printer module license and unlock key. It is included as part of LEADTOOLS Document Imaging Enterprise. For more information, refer to: Imaging Pro/Document/Medical Features