Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverter Class : SetDocumentWriterInstance Method |
public void SetDocumentWriterInstance( DocumentWriter instance )
'Declaration
Public Sub SetDocumentWriterInstance( _ ByVal instance As DocumentWriter _ )
'Usage
Dim instance As DocumentConverter Dim instance As DocumentWriter instance.SetDocumentWriterInstance(instance)
public void setDocumentWriterInstance(DocumentWriter instance)
public: void SetDocumentWriterInstance( DocumentWriter^ instance )
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.
For an example, refer to DocumentConverter.