IsCaseSensitive Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether the search term is case sensitive.

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

Syntax

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

See Also