←Select platform

Job Property

Summary

Job created by this runner being run or ready to be run.

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

Property Value

The job created by this runner being run or ready to be run.

Remarks

This value is set by Prepare to the DocumentConverterJob that was created.

Example

For an example, refer to StatusJobDataRunner.

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