Class ExportSuccessEventArgs
This event arguments provides the necessary information about export annotations success event.
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExportSuccessEventArgs : BaseEventArgs<ExportSuccessEventArgs>
Constructors
ExportSuccessEventArgs()
Declaration
public ExportSuccessEventArgs()
Properties
FileName
Gets the exported annotations json file name.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |