PdfLinkAnnotationBorderStyle Property

Border style drawn around the clickable hotspot. Default: None (no visible border, typical for text hyperlinks where the link target is implied by the underlying text)

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfLinkBorderStyle BorderStyle { get; set; }

Property Value

PdfLinkBorderStyle

See Also