←Select platform

PostOperation Property

Summary

Gets a value that indicates whether the engine has already run the operation.

Syntax

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

Leadtools.Forms.Ocr Assembly