←Select platform

DocumentConverter Property

Summary

Document converter to use with this job.

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

Property Value

The document converter to use with this job. The default value is null.

Remarks

Set either DocumentConverter or DocumentConverterOptions depending on whether the runner will be used in the same application.

If the application sets a valid DocumentConverter, then it will be used (along with its options and settings) by the StatusJobDataRunner. The object is not disposed when the runner finishes.

If the value is null, the StatusJobDataRunner creates its own instance of DocumentConverter, loads the options from DocumentConverterOptions (if any) into it and the object is disposed when the job finishes.

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