Click or drag to resize

PdfLinkAppearanceBorderStyle Property

Gets or sets the border style of the link annotation's appearance.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public PdfBorderStyle BorderStyle { get; set; }

Property Value

PdfBorderStyle
The border style of the link annotation's appearance.
Exceptions
ExceptionCondition
NotSupportedExceptionValue Unknown of enumeration PdfBorderStyle is not supported in the requested operation.
See Also