Interface IWarning
Represents the IWarning and can be used to notify the warnings occurred in PowerPoint to PDF conversion.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public interface IWarning
Methods
ShowWarnings(List<WarningInfo>)
Declaration
bool ShowWarnings(List<WarningInfo> warnings)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<WarningInfo> | warnings |
Returns
Type |
---|
System.Boolean |