menu

Blazor

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

    Show / Hide Table of Contents

    Class PrintStartEventArgs

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

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

    Constructors

    PrintStartEventArgs()

    Declaration
    public PrintStartEventArgs()

    Properties

    Cancel

    If it is true then the print operation will not work.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the print operation will not work. Otherwise, false.

    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