VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandBase Class / RaiseProgress(Single,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
RaiseProgress(Single,Boolean) Method (ProcessingCommandBase)
In This Topic
Raises the ProcessingCommandBase.Progress event.
Syntax
'Declaration

Protected Function RaiseProgress( _
ByVal progress
Current progress value (in percents).
As Single, _
ByVal canCancel
A value indicating whether user can abort image processing.
As Boolean _
) As Boolean
protected bool RaiseProgress(
float progress,
bool canCancel
)

Parameters

progress
Current progress value (in percents).
canCancel
A value indicating whether user can abort image processing.

Return Value

False if image processing should be aborted; otherwise, true.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also