←Select platform

SetDocumentWriterInstance Method

Summary

Sets the document writer instance to use when converting documents.

Syntax

C#
VB
Java
C++
public void SetDocumentWriterInstance( 
   DocumentWriter instance 
) 
Public Sub SetDocumentWriterInstance( 
   ByVal instance As DocumentWriter 
) 
public:  
   void SetDocumentWriterInstance( 
      DocumentWriter^ instance 
   ) 
public void setDocumentWriterInstance(DocumentWriter instance) 

Parameters

instance

The document writer instance to use when converting documents.

Remarks

The DocumentWriter instance passed to this method will be used when the DocumentConverter is in document conversion mode to create the output file. This DocumentConverter does not create its own DocumentWriter and will throw an error if the user instruct it to run with document output without a previously set instance.

DocumentWriterInstance will return the same value passed for instance.

The previously set IOcrEngine is removed when a new instance is set. You can set a value of null.

The document writer will use the options set in this DocumentWriter when saving documents. Refer to DocumentOptions for more information.

Example

For an example, refer to DocumentConverter.

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