Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    Implements
    System.IEquatable<LoadEventArgs>
    Inherited Members
    BaseEventArgs<LoadEventArgs>.Equals(LoadEventArgs)
    BaseEventArgs<LoadEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LoadEventArgs : BaseEventArgs<LoadEventArgs>, IEquatable<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

    PageData

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

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

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved