Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSelectionStartEventArgs

    Show / Hide Table of Contents

    Class TextSelectionStartEventArgs

    This event arguments provide the necessary information about text selection start event.

    Inheritance
    System.Object
    BaseEventArgs<TextSelectionStartEventArgs>
    TextSelectionStartEventArgs
    TextSelectionEndEventArgs
    Inherited Members
    BaseEventArgs<TextSelectionStartEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TextSelectionStartEventArgs : BaseEventArgs<TextSelectionStartEventArgs>

    Constructors

    TextSelectionStartEventArgs()

    Declaration
    public TextSelectionStartEventArgs()

    Properties

    PageNumber

    Defines the page number in which the text selection is started.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved