The visual effect that is used when the mouse is pressed inside the annotation area.
Namespace: TallComponents.PDF.AnnotationsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | No visual effect. | |
| Invert | 1 | Invert the backgound and border of the annotation. | |
| Outline | 2 | Invert the border of the annotation | |
| Push | 3 | Display the annotation as if it were pushed down. |