XFINIUM.PDF.View.Win Documentation
TextFragments Property (PdfVisualTextSearchResult)



Xfinium.Pdf.View.Content Namespace > PdfVisualTextSearchResult Class : TextFragments Property
Gets the text fragments.
Syntax
'Declaration
 
Public ReadOnly Property TextFragments As Xfinium.Pdf.Content.PdfTextFragmentCollection
'Usage
 
Dim instance As PdfVisualTextSearchResult
Dim value As Xfinium.Pdf.Content.PdfTextFragmentCollection
 
value = instance.TextFragments
public Xfinium.Pdf.Content.PdfTextFragmentCollection TextFragments {get;}
public:
property Xfinium.Pdf.Content.PdfTextFragmentCollection^ TextFragments {
   Xfinium.Pdf.Content.PdfTextFragmentCollection^ get();
}

Property Value

The collection of text fragments that compose the search result.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualTextSearchResult Class
PdfVisualTextSearchResult Members