menu

Blazor

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

    Show / Hide Table of Contents

    Class PrintEndEventArgs

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

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

    Constructors

    PrintEndEventArgs()

    Declaration
    public PrintEndEventArgs()

    Properties

    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