The visual effect that is used when the mouse is pressed inside the annotation area.
Namespace: TallComponents.PDF.AnnotationsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
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. |