PdfLinkHighlightMode Enumeration
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public enum PdfLinkHighlightMode
| None | 0 |
No visual feedback when the link is activated
|
| Invert | 1 |
Invert the colors of the hotspot rectangle (the default and
most universally supported feedback mode)
|
| Outline | 2 |
Invert the annotation's border (only effective when the link
has a visible PdfLinkBorderStyle)
|
| Push | 3 |
Display the annotation as if it were being pushed below the
surface of the page (button-like effect)
|