IWarningCallback Interface |
Ibterface for classes which receive warning
Namespace:
Aspose.Slides.Warnings
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic interface IWarningCallback
Public Interface IWarningCallback
public interface class IWarningCallback
type IWarningCallback = interface end
The IWarningCallback type exposes the following members.
Methods
| Name | Description |
---|
 | Warning |
Callback method which receives warning and decides whether operation should be aborted.
|
See Also