Click or drag to resize

PdfObjectHideHighlight Property

Gets or sets a value indicating whether this PdfObject's highlight is visible in the PdfWebControl client interface.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool HideHighlight { get; set; }

Property Value

Type: Boolean
Remarks
This setting is only applicable to PdfAnnotations and PdfFields when ViewerHighlightsDefault is true.
See Also