Click or drag to resize

PdfWebControlLiteHideBottomBar Property

Gets or sets a value indicating whether the bottom tool bar (which contains the search box and page navigation buttons) in the PdfWebControlLite viewer is hidden.

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

Property Value

Type: Boolean
true if the bottom tool bar is hidden; otherwise false. The default is false.
Remarks