←Select platform

DocumentConverterOptions Property

Summary

Document converter options to use with this job.

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

Property Value

The document converter options 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 with the runner finishes.

If the value is null, the StatusJobDataRunner will create 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