←Select platform

JobData Property

Summary

Job data.

Syntax

C#
VB
Java
C++
public DocumentConverterJobData JobData { get; } 
Public ReadOnly Property JobData() As DocumentConverterJobData 
   Get 
public:  
   property DocumentConverterJobData^ JobData 
   { 
      DocumentConverterJobData^ get() 
   } 
public DocumentConverterJobData getJobData() 

Property Value

A copy of the DocumentConverterJobData structure that was used to create this job.

Remarks

JobData will contain the same value passed to CreateJob.

You can use this member to get information about the original job data used to create this object. For example, to get the JobName or UserData associated with this job.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly