menu

Blazor

  • Code Examples
  • 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
    Inherited Members
    BaseEventArgs<ExportFailureEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class ExportFailureEventArgs : BaseEventArgs<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

    Accepts the string value.

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