'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.