Click or drag to resize

PdfWebControlLiteHideBookmarks Property

Gets or sets a value indicating whether the left bookmark side panel in the PdfWebControlLite viewer is disabled and hidden.

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

Property Value

Type: Boolean
true if the left bookmark sidebar is disabled and hidden; otherwise false. The default is false.
Remarks

If HideBookmarks and HideThumbnails are both set to true, CollapseTools will also be in effect in the viewer.

See Also