PdfViewer.SearchWholeWords Property
In This Article
Gets or sets whether to consider whole words when searching the given string. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public bool SearchWholeWords { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also