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
| Name | Type | Access | Description |
|---|---|---|---|
WarningType | WarningType | Read | Returns the type of the warning. |
Description | string | Read | Returns the description of the warning. |
Source | WarningSource | Read | Returns the source of the warning. |