←Select platform

DocumentWriterOptions Property

Summary

Options for the document writer to use with this job.

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

Property Value

The options for the document writer to use with this job. The default value is null.

Remarks

If this value is not null, the StatusJobDataRunner will load the options and set it in the DocumentWriter instance of DocumentConverter.

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