←Select platform

Document Property

Summary
Gets the OCR document being used in the current operation.
Syntax
C#
VB
Objective-C
C++
Java
public IOcrDocument Document { get; } 
Public ReadOnly Property Document As IOcrDocument 
@property (nonatomic, strong, readonly, nullable) LTOcrDocument *document 
public OcrDocument getDocument() 
public: 
property IOcrDocument^ Document { 
   IOcrDocument^ get(); 
} 

Property Value

An IOcrDocument instance that specifies the OCR document being used in the current operation. Or a null reference (Nothing in VB) if no document is being used.

Remarks

This member is not valid and will be null (Nothing in VB) when the current operation is ConvertDocument (or in CreateDocument with PostOperation equals to false).

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.