Click or drag to resize

PdfWebControlLiteHideSideBar Property

Gets or sets a value indicating whether the left tool sidebar 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 HideSideBar { get; set; }

Property Value

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

The left tool sidebar contains (by default) the "Save", "Download", "Print", and "Toggle Highlights" buttons.

The left tool side bar does not contain the thumbnails or bookmarks side panels. To hide these, use the HideThumbnails and HideBookmarks properties.

See Also