IWarningCallback
Overview
IWarningCallback is a interface in Aspose.Words FOSS for .NET.
Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving.
This interface provides 1 method for working with IWarningCallback objects in .NET programs.
Available methods include: Warning.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Warning(info: WarningInfo) | Aspose.Words invokes this method when it encounters some issue during document loading or saving that might result in loss of formatting or data fidelity. |