PDFTextSelectEventArgs¶
Namespace: O2S.Components.PDF4NET.View
Defines the parameters for the PDFDocumentView.AfterContentSelect event when the user selected text in a PDFDocumentView control.
Inheritance Object → EventArgs → PDFContentSelectEventArgs → PDFTextSelectEventArgs
Properties¶
Page¶
Gets the page that contains the selected text.
Property Value
PDFVisualPage
A page object that contains the selected text.
Text¶
Gets the selected text.
Property Value
String
The text that has been selected on the page.
TextRuns¶
Gets the selected text fragments.
Property Value
PDFTextRunCollection
The collection of text fragments that represent the selected text.