WarningInfo class

WarningInfo class

Contains information about a warning that Aspose.Words issued during document loading or saving. To learn more, visit the Programming with Documents documentation article.

Remarks

You do not create instances of this class. Objects of this class are created and passed by Aspose.Words to the Aspose.Words.IWarningCallback.Warning(Aspose.Words.WarningInfo) method.

Properties

NameDescription
descriptionReturns the description of the warning.
sourceReturns the source of the warning.
warningTypeReturns the type of the warning.

See Also