PDFView4NET WinForms Edition
TextRuns Property




O2S.Components.PDFView4NET.Text Namespace > PDFSearchTextResult Class : TextRuns Property
Gets the list of actual text runs that compose the search result.
Syntax
'Declaration
 
Public ReadOnly Property TextRuns As PDFTextRunCollection
'Usage
 
Dim instance As PDFSearchTextResult
Dim value As PDFTextRunCollection
 
value = instance.TextRuns
public PDFTextRunCollection TextRuns {get;}
public: __property PDFTextRunCollection* get_TextRuns();
public:
property PDFTextRunCollection^ TextRuns {
   PDFTextRunCollection^ get();
}
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

PDFSearchTextResult Class
PDFSearchTextResult Members