Click or drag to resize

PdfWebControlLiteViewerHighlightsDefault Property

Gets or sets a value indicating whether form field and link highlights will initially be shown in the PdfWebControlLite instance.

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

Property Value

Type: Boolean
Whether form field and link highlights should be shown. The default is true.
Remarks
Unless HideToggleHighlightsButton is also true, the user will be able to turn the highlights on and off as well.
See Also