PdfWebControlHideObjectPropertiesBar Property  | 
 
            Gets or sets a value indicating whether the object property bar should always be hidden (even when an object is selected) in the 
PdfWebControl viewer.
            
 
    Namespace: 
   RadPdf.Web.UI
    Assembly:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic bool HideObjectPropertiesBar { get; set; }Public Property HideObjectPropertiesBar As Boolean
	Get
	Set
Property Value
Type: 
Booleantrue if the object property bar is always hidden; otherwise 
false. The default is 
false.
Remarks
            If 
HideObjectPropertiesBar is 
true and 
HideToolsTabs is 
false, the property bar will not be shown but the space it normally occupies be will be empty.
            
See Also