VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / EncoderBase Class / OnImageSaving(ImageSavingEventArgs) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    OnImageSaving(ImageSavingEventArgs) Method (EncoderBase)
    In This Topic
    Locks an image and raises the Saving event for saving image.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnImageSaving( _
    ByVal e
    An ImageSavingEventArgs that contains the event data.
    As Vintasoft.Imaging.ImageSavingEventArgs _
    )
    protected virtual void OnImageSaving(
    Vintasoft.Imaging.ImageSavingEventArgs e
    )
    protected: virtual void OnImageSaving(
    Vintasoft.Imaging.ImageSavingEventArgs* e
    )
    protected:
    virtual void OnImageSaving(
    Vintasoft.Imaging.ImageSavingEventArgs^ e
    )

    Parameters

    e
    An ImageSavingEventArgs that contains the event data.
    Exceptions
    ExceptionDescription
    If image is locked and cannot be saved.
    Requirements

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

    See Also