←Select platform

DocumentWriter Property

Summary

Document writer instance being used to create the output document.

Syntax
C#
VB
C++
public DocumentWriter DocumentWriter { get; } 
Public ReadOnly Property DocumentWriter() As DocumentWriter 
   Get 
public:  
   property DocumentWriter^ DocumentWriter 
   { 
      DocumentWriter^ get() 
   } 

Property Value

The document writer instance being used to create the output document.

Remarks

This value is set by Prepare to the DocumentWriter instance being used create the output document. This value can be either obtained from the object passed into StatusJobData.DocumentConverter or a new instance created by the runner.

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