VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / VintasoftImageProcessingDocCleanupWebService Class / OnImageProcessingFinished(VintasoftImage,ProcessingCommandBase) Method
Syntax Requirements SeeAlso
In This Topic
    OnImageProcessingFinished(VintasoftImage,ProcessingCommandBase) Method (VintasoftImageProcessingDocCleanupWebService)
    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
    )
    protected: virtual void OnImageProcessingFinished(
    Vintasoft.Imaging.VintasoftImage image,
    Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase command
    )
    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: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also