Class ImportFailureEventArgs
This event arguments provides the necessary information about import annotations failure event.
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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. |