If true, all active annotations will be highlighted.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool HighlightAnnotations { get; set; }
Visual Basic
Public Property HighlightAnnotations As Boolean
	Get
	Set

Remarks

An annotation will not be highlighted if:
  • It has the focus.
  • It is not interactive, invisible or read-only.
In order to avoid highlighting a field, this flag as well as the HighlightFields flag must be false.

See Also