Aspose::Words::IWarningCallback interface

IWarningCallback interface

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.

class IWarningCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
static Type()
virtual Warning(System::SharedPtr<Aspose::Words::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.

See Also