menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImportFailureEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImportFailureEventArgs

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

    Inheritance
    System.Object
    BaseEventArgs<ImportFailureEventArgs>
    ImportFailureEventArgs
    Inherited Members
    BaseEventArgs<ImportFailureEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class ImportFailureEventArgs : BaseEventArgs<ImportFailureEventArgs>

    Constructors

    ImportFailureEventArgs()

    Declaration
    public ImportFailureEventArgs()

    Properties

    ErrorDetails

    Error details for import annotations.

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

    Accepts the string value.

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