←Select platform

DocumentWriter Property

Summary

The DocumentWriter object used when saving document formats.

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

Property Value

The DocumentWriter object used when saving document formats.

Remarks

This value is the same as DocumentConverter.DocumentWriterInstance.

Refer to DocumentConverterJobOperation for more information.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Document.Converter Assembly