PdfLinkBorderStyle Enumeration

Border style drawn around a PdfLinkAnnotation hotspot. Default is None -- typical for text hyperlinks where the clickable area is implied by the underlying text content

Definition

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

Members

None0 No visible border. The annotation is still clickable, but the hotspot has no outline. Recommended for text hyperlinks
Solid1 Solid rectangular border. Width is controlled by BorderWidth
Dashed2 Dashed rectangular border. Width is controlled by BorderWidth

See Also