←Select platform

DocumentWriterInstance Property

Summary

Gets the DocumentWriter instance being used in the current operation.

Syntax

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

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

Leadtools.Forms.Ocr Assembly