FormSuite v6.0 - Updated
OnProcessImageProgressChanged Method




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > Processor Class : OnProcessImageProgressChanged Method
A value indicating the approximate percent of processing that has been completed.
This method should be called by any derived class to indicate that progress has been made in processing the form image.
Syntax
'Declaration
 
Protected Function OnProcessImageProgressChanged( _
   ByVal progressPercentage As Integer _
) As Boolean
'Usage
 
Dim instance As Processor
Dim progressPercentage As Integer
Dim value As Boolean
 
value = instance.OnProcessImageProgressChanged(progressPercentage)
protected bool OnProcessImageProgressChanged( 
   int progressPercentage
)
protected: bool OnProcessImageProgressChanged( 
   int progressPercentage
) 
protected:
bool OnProcessImageProgressChanged( 
   int progressPercentage
) 

Parameters

progressPercentage
A value indicating the approximate percent of processing that has been completed.

Return Value

A value indicating whether the ProcessImageProgressChanged event handler canceled processing.
See Also

Reference

Processor Class
Processor Members

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