The Percentage Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the value of the completion for the current operation as a percentage.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Percentage As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DocumentProgressEventArgs Dim value As Integer value = instance.Percentage | |
| C# | |
|---|---|
public int Percentage {get;} | |
Property Value
A number between 0 and 100 that indicate the value of the completion for the current operation as a percentage.For an example, refer to DocumentWriter.Progress.
You can use this property to show visual feedback to the user in a progress bar.
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