Click or drag to resize

PdfWebControlLiteHideObjectPropertiesBar Property

Gets or sets a value indicating whether the object property bar should always be hidden (even when an object is selected) 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 HideObjectPropertiesBar { get; set; }

Property Value

Type: Boolean
true 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