←Select platform

CreateJob Method

Summary

Creates a new job.

Syntax
C#
VB
C++
Java
Public Function CreateJob( 
   ByVal jobData As DocumentConverterJobData 
) As DocumentConverterJob 
public DocumentConverterJob createJob(DocumentConverterJobData jobData) 

Parameters

jobData

Data containing the properties of the job.

Return Value

The job data object ready to run.

Remarks

Use this method to create a document converter job that is ready to run. When this method returns, you can use RunJob or RunJobAsync to start this job.

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.