PdfWebControlLiteHideObjectPropertiesBarExtended 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
PdfWebControlLite viewer.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 4.1.0.0 (4.1.0.0)
Syntaxpublic bool HideObjectPropertiesBarExtended { get; set; }
Public Property HideObjectPropertiesBarExtended As Boolean
Get
Set
Property Value
Type:
Booleantrue if the extended object property bar is always hidden; otherwise
false. The default is
false.
Remarks
See Also