Click or drag to resize

PdfWebControlHideObjectPropertiesBarExtended Property

Gets or sets a value indicating whether the extended (e.g font, color, etc) 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.1.0.0 (4.1.0.0)
Syntax
public bool HideObjectPropertiesBarExtended { get; set; }

Property Value

Type: Boolean
true if the extended object property bar is always hidden; otherwise false. The default is false.
Remarks
If HideObjectPropertiesBar is true, this property has no effect as the entire bar is always hidden.
See Also