FormSuite v6.0 - Updated
ProgressPercentage Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > ProcessImageProgressChangedEventArgs Class : ProgressPercentage Property
Gets the task progress percentage.
Syntax
'Declaration
 
Public ReadOnly Property ProgressPercentage As Integer
'Usage
 
Dim instance As ProcessImageProgressChangedEventArgs
Dim value As Integer
 
value = instance.ProgressPercentage
public int ProgressPercentage {get;}
public: __property int get_ProgressPercentage();
public:
property int ProgressPercentage {
   int get();
}
Remarks
This percentage is an estimate of the required processing work that been completed.
See Also

Reference

ProcessImageProgressChangedEventArgs Class
ProcessImageProgressChangedEventArgs Members

Is this page helpful?
Yes No
Thanks for your feedback.