The visual effect that is used when the mouse is pressed inside the annotation area.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum HighlightStyle
Visual Basic
Public Enumeration HighlightStyle

Members

Member nameValueDescription
None0 No visual effect.
Invert1 Invert the backgound and border of the annotation.
Outline2 Invert the border of the annotation
Push3 Display the annotation as if it were pushed down.

See Also