WPF

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

    Show / Hide Table of Contents

    Class TextSelectionCompletedEventArgs

    Represents the arguments associated with a TextSelectionCompleted event.

    Inheritance
    System.Object
    System.EventArgs
    TextSelectionCompletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class TextSelectionCompletedEventArgs : EventArgs

    Properties

    SelectedText

    Represents the selected text.

    Declaration
    public string SelectedText { get; }
    Property Value
    Type Description
    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 Description
    System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.Dictionary<System.String, System.Drawing.Rectangle>>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved