Skip to main content

PdfFindDialogOptions.WholeWords Property

Returns a value that indicates whether or not to take into account only whole words when searching text.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool WholeWords { get; }

Property Value

Type Description
Boolean

true, if whole words should match the search criteria; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to WholeWords
PdfViewer
.FindDialogOptions .WholeWords
See Also