Click or drag to resize

PdfWebControlLiteHideTopBar Property

Gets or sets a value indicating whether the top tool bar 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 HideTopBar { get; set; }

Property Value

Type: Boolean
true if the top tool bar is hidden; otherwise false. The default is false.
Remarks
If the top tool bar is hidden, the file HideFileMenu, HideEditMenu, HideToolsMenu, HideViewMenu, and HideSelectText will all also be true and their respective elements hidden.
See Also