combit List & Label 30 - .NET Help
combit.Reporting Namespace / ListLabel Class / PrintJobInfo Event


PrintJobInfo Event

Can be used to supervise a print job after it is passed to the spooler.

Syntax
'Declaration
 
Public Event PrintJobInfo As PrintJobInfoHandler
 
Event Data

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

PropertyDescription

Printer name.

 

Job handle of the job that started the print.

 

Combination of state flags (JOB_STATUS_-constants in WINSPOOL.H).

 

Job ID (not the job ID of the printer but a global one created by List & Label).

 
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also