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; }
Public Property HideTopMenus As Boolean
Get
Set
Property Value
Type:
Booleantrue if the top tool bar is hidden; otherwise
false. The default is
false.
Remarks See Also