Document converter options to use with this job.
The document converter options to use with this job. The default value is null.
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.
For an example, refer to StatusJobDataRunner.