PdfSearchResultWord Property |
Gets a value representing the full word found in this search result.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string Word { get; }
Public ReadOnly Property Word As String
Get
Property Value
Type:
StringRemarks
Because RAD PDF does not require that results match the full word, this may differ from the search terms used.
See Also