IProgressCallback Interface

Represents a callback object for saving progress updates in percentage.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IProgressCallback

The IProgressCallback type exposes the following members.

Methods
  NameDescription
Public methodReporting
Reports a progress update.
See Also