menu

Document Processing

TextSelectionCompletedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    TextSelectionCompletedEventArgs Class

    Represents the arguments associated with a TextSelectionCompleted event.

    Inheritance
    System.Object
    TextSelectionCompletedEventArgs
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class TextSelectionCompletedEventArgs : EventArgs

    Properties

    SelectedText

    Represents the selected text.

    Declaration
    public string SelectedText { get; }
    Property Value
    Type
    System.String

    SelectedTextInformation

    Represents the current page number, selected text and text bounds.

    Declaration
    public Dictionary<int, Dictionary<string, Rectangle>> SelectedTextInformation { get; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.Dictionary<System.String, System.Drawing.Rectangle>>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved