Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJob Class : JobData Property |
public DocumentConverterJobData JobData {get;}
'Declaration
Public ReadOnly Property JobData As DocumentConverterJobData
'Usage
Dim instance As DocumentConverterJob Dim value As DocumentConverterJobData value = instance.JobData
public DocumentConverterJobData getJobData()
public: property DocumentConverterJobData JobData { DocumentConverterJobData get(); }
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.
For an example, refer to RunJob and RunJobAsync.