Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public string Word { 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