PdfWebControlHideTips Property |
Gets or sets a value indicating whether tips in the
PdfWebControl viewer are hidden.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool HideTips { get; set; }
Public Property HideTips As Boolean
Get
Set
Property Value
Type:
Booleantrue if tips should be hidden; otherwise
false. The default is
false.
Remarks
See Also