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: 5.0.0.0 (5.0.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.

This property does not prohibit side panel information from being shown in the viewer. To disable thumbnails, bookmarks, comments, or embedded files viewing, see HideThumbnails, HideBookmarks, HideComments, or HideEmbeddedFiles respectively.

See Also