PdfLinkHighlightMode Enumeration

Visual feedback shown when the user activates a PdfLinkAnnotation hotspot

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public enum PdfLinkHighlightMode

Members

None0 No visual feedback when the link is activated
Invert1 Invert the colors of the hotspot rectangle (the default and most universally supported feedback mode)
Outline2 Invert the annotation's border (only effective when the link has a visible PdfLinkBorderStyle)
Push3 Display the annotation as if it were being pushed below the surface of the page (button-like effect)

See Also