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 is hidden.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public 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