menu

Blazor

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

    Show / Hide Table of Contents

    Class LoadEventArgs

    This event arguments provides the necessary information about document load event.

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

    Constructors

    LoadEventArgs()

    Declaration
    public LoadEventArgs()

    Properties

    DocumentName

    Document name to be loaded into PDF Viewer.

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

    Accepts the string value.

    PageData

    Gets the pagecount, size for each page of the loaded PDF document.

    Declaration
    public DocumentInfo PageData { get; }
    Property Value
    Type Description
    DocumentInfo

    A DocumentInfo object containing information about the page count and size for each page of the loaded PDF document.

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