WarningInfo

Overview

WarningInfo is a class in Aspose.Words FOSS for .NET.

Contains information about a warning that Aspose.Words issued during document loading or saving.

Properties: Description, Source, WarningType.

Properties

NameTypeAccessDescription
WarningTypeWarningTypeReadReturns the type of the warning.
DescriptionstringReadReturns the description of the warning.
SourceWarningSourceReadReturns the source of the warning.

See Also