The Percentage Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the progress of the current operation expressed as a percentage.| Visual Basic (Declaration) | |
|---|---|
ReadOnly Property Percentage As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IOcrProgressData Dim value As Integer value = instance.Percentage | |
| C# | |
|---|---|
int Percentage {get;} | |
Property 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code