Class WarningInfo
Represents the WarningInfo and it contains the Warning type and its description for the unsupported elements in PowerPoint to PDF conversion.
Inheritance
System.Object
WarningInfo
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public class WarningInfo : Object
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. |