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