VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / VintasoftImageProcessingWebService Class / OnImageProcessingFinished(VintasoftImage,ProcessingCommandBase) Method
Syntax Requirements SeeAlso
In This Topic
OnImageProcessingFinished(VintasoftImage,ProcessingCommandBase) Method (VintasoftImageProcessingWebService)
In This Topic
Invoked when the image processing is finished.
Syntax
'Declaration

Protected Overridable Sub OnImageProcessingFinished( _
ByVal image
An image, which was processed.
As Vintasoft.Imaging.VintasoftImage, _
ByVal command
An image processing command, which was applied to an image.
As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase _
)
protected virtual void OnImageProcessingFinished(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase command
)

Parameters

image
An image, which was processed.
command
An image processing command, which was applied to an image.
Requirements

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

See Also