←Select platform

Document Property

Summary

Gets the OCR document being used in the current operation.

Syntax

C#
VB
Java
Objective-C
C++
public IOcrDocument Document { get; } 
Public ReadOnly Property Document As Leadtools.Forms.Ocr.IOcrDocument 
@property (nonatomic, strong, readonly, nullable) LTOcrDocument *document 
public OcrDocument getDocument() 
             

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

Leadtools.Forms.Ocr Assembly