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.48.0.0 (3.48.0.0)
Syntax public bool ViewerHighlightsDefault { get; set; }
Public Property ViewerHighlightsDefault As Boolean
Get
Set
Property Value
Type:
Boolean
Whether form field and link highlights should be shown.
The default is
true.
Remarks See Also