| Visual Basic (Declaration) | |
|---|---|
Overridable ReadOnly Property Operation As OcrProgressOperation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual OcrProgressOperation Operation {get;} | |
| C++/CLI | |
|---|---|
virtual property OcrProgressOperation Operation { OcrProgressOperation get(); } | |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code