Class TextSelectionCompletedEventArgs
Represents the arguments associated with a TextSelectionCompleted event.
Inheritance
System.Object
System.EventArgs
TextSelectionCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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>> |