WholeWordOnly Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates wether the search term should be match whole words only.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public bool WholeWordOnly { get; set; }
Visual Basic
Public Property WholeWordOnly As Boolean
	Get
	Set
Visual C++
public:
property bool WholeWordOnly {
	bool get ();
	void set (bool value);
}

See Also