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: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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