←Select platform

Job Property

Summary

The current job object.

Syntax
C#
VB
C++
Java
public DocumentConverterJob Job { get; } 
Public ReadOnly Property Job() As DocumentConverterJob 
   Get 
public:  
   property DocumentConverterJob^ Job 
   { 
      DocumentConverterJob^ get() 
   } 
public DocumentConverterJob getJob() 

Property Value

The current job object that was passed to RunJob or RunJobAsync.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly