Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportFailureEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportFailureEventArgs

    This event arguments provides the necessary information about export annotations failure event.

    Inheritance
    System.Object
    BaseEventArgs<ExportFailureEventArgs>
    ExportFailureEventArgs
    Implements
    System.IEquatable<ExportFailureEventArgs>
    Inherited Members
    BaseEventArgs<ExportFailureEventArgs>.Equals(ExportFailureEventArgs)
    BaseEventArgs<ExportFailureEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExportFailureEventArgs : BaseEventArgs<ExportFailureEventArgs>, IEquatable<ExportFailureEventArgs>

    Constructors

    ExportFailureEventArgs()

    Declaration
    public ExportFailureEventArgs()

    Properties

    ErrorDetails

    Gets the error details for export annotations.

    Declaration
    public string ErrorDetails { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved