menu

Blazor

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

    Show / Hide Table of Contents

    Class ExportSuccessEventArgs

    This event arguments provides the necessary information about export annotations success event.

    Inheritance
    System.Object
    BaseEventArgs<ExportSuccessEventArgs>
    ExportSuccessEventArgs
    Inherited Members
    BaseEventArgs<ExportSuccessEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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.

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