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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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