Class ExportStartEventArgs
This event arguments provides the necessary information about export annotations start event.
Implements
System.IEquatable<ExportStartEventArgs>
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExportStartEventArgs : BaseEventArgs<ExportStartEventArgs>, IEquatable<ExportStartEventArgs>
Constructors
ExportStartEventArgs()
Declaration
public ExportStartEventArgs()
Implements
System.IEquatable<>