Gets a value that indicates whether the engine has already run the operation.
public bool PostOperation { get; }
Public ReadOnly Property PostOperation As Boolean
public boolean isPostOperation()
public:
property bool PostOperation {
bool get();
}
true if the engine has already run the operation or false if the engine is preparing to run the operation.
This is useful if you want to manipulate operation data as shown in the example.
For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
OcrAutoRecognizeJobOperationEventArgs Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET