PDFView4NET WPF Edition
ExtractTextRuns Method




O2S.Components.PDFView4NET Namespace > PDFPage Class : ExtractTextRuns Method
Extracts the text runs from the PDF page.
Syntax
'Declaration
 
Public Function ExtractTextRuns() As PDFTextRunCollection
'Usage
 
Dim instance As PDFPage
Dim value As PDFTextRunCollection
 
value = instance.ExtractTextRuns()
public PDFTextRunCollection ExtractTextRuns()
public: PDFTextRunCollection* ExtractTextRuns(); 
public:
PDFTextRunCollection^ ExtractTextRuns(); 

Return Value

The collection of text runs included in 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

PDFPage Class
PDFPage Members