←Select platform

PostOperation Property

Summary
Gets a value that indicates whether the engine has already run the operation.
Syntax
C#
VB
C++
Java
public bool PostOperation { get; } 
Public ReadOnly Property PostOperation As Boolean 
public boolean isPostOperation() 
public: 
property bool PostOperation { 
   bool get(); 
} 

Property Value

true if the engine has already run the operation or false if the engine is preparing to run the operation.

Remarks

This is useful if you want to manipulate operation data as shown in the example.

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.