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.48.0.0 (3.48.0.0)
Syntax public bool HideSideBar { get; set; }
Public Property HideSideBar As Boolean
Get
Set
Property Value
Type:
Booleantrue 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