←Select platform

DocumentConverter Property

Summary

Document converter instance being used to run this job.

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

Property Value

The document converter instance being used to run this job.

Remarks

This value is set by Prepare to the DocumentConverter instance being used to run the job. This value can be either passed into StatusJobData.DocumentConverter or a new instance created by the runner.

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