Class TextSelectionCompletedEventArgs
Represents the arguments associated with a TextSelectionCompleted event.
Inheritance
System.Object
TextSelectionCompletedEventArgs
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 |
---|
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>> |