VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingState Class / OnProgress(ProgressEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnProgress(ProgressEventArgs) Method (ProcessingState)
    In This Topic
    Raises the Progress event.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnProgress( _
    ByVal e
    The ProgressEventArgs instance containing the event data.
    As Vintasoft.Imaging.ProgressEventArgs _
    )
    protected virtual void OnProgress(
    Vintasoft.Imaging.ProgressEventArgs e
    )
    protected: virtual void OnProgress(
    Vintasoft.Imaging.ProgressEventArgs* e
    )
    protected:
    virtual void OnProgress(
    Vintasoft.Imaging.ProgressEventArgs^ e
    )

    Parameters

    e
    The ProgressEventArgs instance containing the event data.
    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