menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WarningInfo

    Show / Hide Table of Contents

    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.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