Interface IWarning
Represents the IWarning and can be used to notify the warnings occurred in Word document to PDF conversion.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IWarning
Methods
ShowWarnings(List<WarningInfo>)
Shows the warning messages that describes the unsupported elements found while converting the specified Word document to PDF.
Declaration
bool ShowWarnings(List<WarningInfo> warnings)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<WarningInfo> | warnings | The warnings. |
Returns
Type |
---|
System.Boolean |