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: 4.0.0.0 (4.0.0.0)
Syntaxpublic string Word { get; }
Public ReadOnly Property Word As String
Get
Property Value
Type:
String
Remarks
Because RAD PDF does not require that results match the full word, this may differ from the search terms used.
See Also