PDFTextSearchResult¶
Namespace: O2S.Components.PDF4NET.Content
Defines the result returned by a text search operation.
Inheritance Object → PDFTextSearchResult
Properties¶
DisplayBounds¶
Gets the bounds of the search result.
Property Value
PDFDisplayRectangle
The bounding rectangle of the search result in visual coordinates.
PrefixText¶
Gets the text before the search result.
Property Value
String
The text before the search result, in order to provide overall context.
PrefixTextRuns¶
Gets the prefix text fragments.
Property Value
PDFTextRunCollection
The collection of text fragments that compose the prefix text of the search result.
SuffixText¶
Gets the text after the search result.
Property Value
String
The text after the search result, in order to provide overall context.
SuffixTextRuns¶
Gets the suffix text fragments.
Property Value
PDFTextRunCollection
The collection of text fragments that compose the suffix text of the search result.
Text¶
Gets the result text.
Property Value
String
The text associated with the result, also the text being searched.
TextRuns¶
Gets the text fragments.
Property Value
PDFTextRunCollection
The collection of text fragments that compose the search result.
TypographicDisplayBounds¶
Gets the typographic bounds of the search result.
Property Value
PDFDisplayRectangle
The typographic bounding rectangle of the search result in visual coordinates.
Methods¶
ToString()¶
Converts the object to string.
Returns
String
This object as string.