←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.