Gets or sets a value indicating whether to show the search box.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

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

Field Value

true to show the search box; otherwise, false.

See Also