| PdfWebControlHideEditMenu Property  | 
 
            Gets or sets a value indicating whether the edit menu in the 
PdfWebControl viewer is hidden.
            
 
    Namespace: 
   RadPdf.Web.UI
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic bool HideEditMenu { get; set; }Public Property HideEditMenu As Boolean
	Get
	Set
Property Value
Type: 
Booleantrue if the edit menu button is hidden; otherwise 
false. The default is 
false.
 Remarks
Remarks See Also
See Also