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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfLinkBorderStyle BorderStyle { get; set; }

Property Value

PdfLinkBorderStyle

See Also