PdfWebControlViewerHighlightsDefault Property |
Gets or sets a value indicating whether form field and link highlights will initially be shown in the
PdfWebControl instance.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.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