| Visual Basic (Declaration) | |
|---|---|
Overridable ReadOnly Property Percentage As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual int Percentage {get;} | |
Return Value
A value between 0 and 100 that represent the progress of the current operation expressed as a percentage.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