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

Property Value

PdfLinkBorderStyle

See Also