| PdfWebControlHideToolsAnnotateTab Property  | 
 
            Gets or sets a value indicating whether the "Annotate" tools tab in the 
PdfWebControl viewer is hidden.
            
 
    Namespace: 
   RadPdf.Web.UI
    Assembly:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic bool HideToolsAnnotateTab { get; set; }Public Property HideToolsAnnotateTab As Boolean
	Get
	Set
Property Value
Type: 
Booleantrue if the tab hidden; otherwise 
false. The default is 
false.
 Remarks
Remarks
            Setting this to 
false does not disable the any features, but simply hides the tab advertising them.
            Features should be disabled using the 
PdfDocumentSettings enumeration when creating a new document.
            
 See Also
See Also