Click or drag to resize

PdfWebControlLiteHideTopMenus Property

Gets or sets a value indicating whether the top tool menu in the PdfWebControl viewer is hidden, allowing for view and text tools to be slimmed down.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax
public bool HideTopMenus { 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, and HideToolsMenu will all also be true and their respective elements hidden.
See Also