PdfWebControlHideBookmarks Property |
Gets or sets a value indicating whether the left bookmark side panel in the
PdfWebControl viewer is disabled and hidden.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool HideBookmarks { get; set; }
Public Property HideBookmarks As Boolean
Get
Set
Property Value
Type:
Booleantrue if the left bookmark sidebar is disabled and hidden; otherwise
false. The default is
false.
Remarks
See Also