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

Show in webframe

CreateJob Method






Data containing the properties of the job.
Creates a new job.
Syntax
'Declaration
 
Public Function CreateJob( _
   ByVal jobData As DocumentConverterJobData _
) As DocumentConverterJob
'Usage
 
Dim instance As DocumentConverterJobs
Dim jobData As DocumentConverterJobData
Dim value As DocumentConverterJob
 
value = instance.CreateJob(jobData)
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

See Also

Reference

DocumentConverterJobs Class
DocumentConverterJobs Members
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