IConverterListener Interface
Defines the methods that are used to perform converter listening.

Namespace: GroupDocs.Conversion.Reporting
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public interface IConverterListener

The IConverterListener type exposes the following members.

Methods
  NameDescription
Public methodCompleted
This method will be called as soon as conversion completed.
Public methodProgress
This method will be called each time when conversion progress changed.
Public methodStarted
This method will be called as soon as actual conversion started.
Remarks
Learn more
See Also