←Select platform

SetDocumentWriterInstance Method

Summary

Sets the document writer instance to use when converting documents.

Syntax
C#
VB
C++
Java
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 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.