←Select platform

DocumentWriter Property

Summary

The DocumentWriter object used when saving document formats.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly