VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class / ImageSavingProgress Event
Syntax Remarks Requirements SeeAlso
In This Topic
    ImageSavingProgress Event (ImageCollection)
    In This Topic
    Occurs when the saving progress of the image from this image collection is changed.
    Syntax
    'Declaration
    
    Public Event ImageSavingProgress As System.EventHandler(Of ProgressEventArgs)
    
    
    public event System.EventHandler<ProgressEventArgs> ImageSavingProgress
    
    
    public: __event System.EventHandler<ProgressEventArgs*>* ImageSavingProgress
    
    
    public:
    event System.EventHandler<ProgressEventArgs^>^ ImageSavingProgress
    Remarks

    This event can occur if image collection is saving synchronously (SaveSync(Stream,EncoderBase)) and asynchronously (SaveAsync(Stream,EncoderBase)).

    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