Click or drag to resize

PdfWebControlLiteHideEditMenu Property

Gets or sets a value indicating whether the edit menu 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 HideEditMenu { get; set; }

Property Value

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