Click or drag to resize

PdfWebControlLiteHideToolsMenu Property

Gets or sets a value indicating whether the tools menu in the PdfWebControlLite viewer is hidden.

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

Property Value

Type: Boolean
true if the tools menu button is hidden; otherwise false. The default is false.
Remarks