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

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

Parameters

image
An image, which will be processed.
command
An image processing command, which will be 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