menu

Blazor

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

    Show / Hide Table of Contents

    Class DownloadEndEventArgs

    This event arguments provide the necessary information about download end event.

    Inheritance
    System.Object
    BaseEventArgs<DownloadEndEventArgs>
    DownloadEndEventArgs
    Inherited Members
    BaseEventArgs<DownloadEndEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class DownloadEndEventArgs : BaseEventArgs<DownloadEndEventArgs>

    Constructors

    DownloadEndEventArgs()

    Declaration
    public DownloadEndEventArgs()

    Properties

    DownloadDocument

    Defines the base 64 string of the loaded PDF document data.

    Declaration
    public string DownloadDocument { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    FileName

    File name of the currently loaded PDF document in the PDF Viewer.

    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