This method should be called by any derived class to indicate that
progress has been made in processing the form image.
Syntax
protected bool OnProcessImageProgressChanged(
int
)
protected: bool OnProcessImageProgressChanged(
int
)
protected:
bool OnProcessImageProgressChanged(
int
)
'Declaration
Protected Function OnProcessImageProgressChanged( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As Processor
Dim progressPercentage As Integer
Dim value As Boolean
value = instance.OnProcessImageProgressChanged(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