Click or drag to resize

PdfWebControlHideSearchText Property

Gets or sets a value indicating whether the search box and buttons in the PdfWebControl viewer is hidden.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool HideSearchText { get; set; }

Property Value

Type: Boolean
true if the search text button is hidden; otherwise false. The default is false.
Remarks