Error processing SSI file
LEADTOOLS Virtual Printer (Leadtools.Printer assembly)

Show in webframe

JobEvent Event






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

Error processing SSI file
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