Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

DocumentConverterJobEventArgs Class






Members 
Data for the JobStarted, JobOperation and JobCompleted events.
Object Model
Syntax
public class DocumentConverterJobEventArgs : System.EventArgs 
'Declaration
 
Public Class DocumentConverterJobEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As DocumentConverterJobEventArgs
public class DocumentConverterJobEvent extends LeadEvent
            
public ref class DocumentConverterJobEventArgs : public System.EventArgs 
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

See Also

Reference

DocumentConverterJobEventArgs Members
Leadtools.Documents.Converters Namespace
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features