Class WarningInfo
Represents the WarningInfo and it contains the Warning type and its description for the unsupported elements in Word document to PDF conversion.
Inheritance
System.Object
WarningInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WarningInfo
Properties
Description
Gets the description about specified warning
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String | The description. |
WarningType
Gets the warning type
Declaration
public WarningType WarningType { get; }
Property Value
Type | Description |
---|---|
WarningType | The type of the warning. |