←Select platform

DocumentConverterJobEventArgs Class

Summary

Data for the JobStarted, JobOperation and JobCompleted events.

Syntax
C#
VB
C++
Java
public class DocumentConverterJobEventArgs : EventArgs 
Public Class DocumentConverterJobEventArgs 
   Inherits System.EventArgs 
public ref class DocumentConverterJobEventArgs : System::EventArgs 
public class DocumentConverterJobEvent extends LeadEvent 
Remarks

These events will occur when RunJob or RunJobAsync is called.

You can use these event to keep track of the number of jobs pending running. You can also examine DocumentConverterJobEventArgs.Job to get information on whether job finished successfully and get error status if any. RunJob example shows complete source code of how to easily accomplish these tasks in your application.

The JobStarted will occur exactly once per job. DocumentConverterJobEventArgs.IsPostOperation will always be false.

The JobCompleted event will always occur when a job is finished running whether the job is aborted or completed.

The JobStarted event occurs when a job is about to start.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.