←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 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.