The Operation Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the current running operation.| Visual Basic (Declaration) | |
|---|---|
ReadOnly Property Operation As OcrProgressOperation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IOcrProgressData Dim value As OcrProgressOperation value = instance.Operation | |
| C# | |
|---|---|
OcrProgressOperation Operation {get;} | |
| C++/CLI | |
|---|---|
property OcrProgressOperation Operation { OcrProgressOperation get(); } | |
Property Value
The current running operation.For an example, refer to OcrProgressCallback.
For a list of the available operations, refer to OcrProgressOperation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code