←Select platform

DocumentWriterInstance Property

Summary

Gets the DocumentWriter instance being used in the current operation.

Syntax
C#
VB
Objective-C
C++
Java
public DocumentWriter DocumentWriterInstance { get; } 
Public ReadOnly Property DocumentWriterInstance As DocumentWriter 
@property (nonatomic, strong, readonly, nullable) LTDocumentWriter *documentWriterInstance 
public DocumentWriter getDocumentWriterInstance() 
public: 
property DocumentWriter^ DocumentWriterInstance { 
   DocumentWriter^ get(); 
} 

Property Value

The DocumentWriter instance being used in the current operation.

Remarks

This member will be equal to IOcrDocument.DocumentWriterInstance in all operations where an Document is avaliable. When the operation is ConvertDocument, this instance will point to the DocumentWriter object being used to convert the document.

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly