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

    See Also