menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IWarning - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved