The PostOperation Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets a value that indicates whether the engine has already run the operation.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property PostOperation As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrAutoRecognizeJobOperationEventArgs Dim value As Boolean value = instance.PostOperation |
C# | |
---|---|
public bool PostOperation {get;} |
Property Value
(Read only) true if the engine has already run the operation or false if the the engine is preparing to run the operation.For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
This useful if you want o manipulate the operation data as shown in the example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7