menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved