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 IWarningCallback.warning() method.

Properties

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

See Also