PdfWebControlLiteHideToolsTabs Property |
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool HideToolsTabs { get; set; }
Public Property HideToolsTabs As Boolean
Get
Set
Property Value
Type:
Booleantrue if the tabs are hidden; otherwise
false. The default is
false.
Remarks
Setting this to
false does not disable the any features, but simply hides the tab advertising them.
Features should be disabled using the
PdfDocumentSettings enumeration when creating a new document.
See Also