Click or drag to resize

PdfWebControlHideToggleHighlightsButton Property

Gets or sets a value indicating whether buttons which toggle form / annotation highlights in the PdfWebControl viewer are hidden.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public bool HideToggleHighlightsButton { get; set; }

Property Value

Type: Boolean
true if all buttons toggling highlights are hidden; otherwise false. The default is false.
Remarks