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


In This Topic
    PrintJobInfo Event
    In This Topic

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

    Syntax
    'Declaration
     
    
    Public Event PrintJobInfo As PrintJobInfoHandler
    public event PrintJobInfoHandler PrintJobInfo
    public:
    event PrintJobInfoHandler^ PrintJobInfo
    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 7, .NET 8

    See Also