PDFView4NET WinForms Edition
TextSelection Property




O2S.Components.PDFView4NET Namespace > AfterTextSelectEventArgs Class : TextSelection Property
Gets the selected text.
Syntax
'Declaration
 
Public ReadOnly Property TextSelection As PDFTextSelection
'Usage
 
Dim instance As AfterTextSelectEventArgs
Dim value As PDFTextSelection
 
value = instance.TextSelection
public PDFTextSelection TextSelection {get;}
public: __property PDFTextSelection* get_TextSelection();
public:
property PDFTextSelection^ TextSelection {
   PDFTextSelection^ get();
}

Property Value

The text selection on the page.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AfterTextSelectEventArgs Class
AfterTextSelectEventArgs Members