Click or drag to resize

PdfLinkAppearanceBorderWidth Property

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

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

Property Value

Double
The border thickness of the link annotation's appearance.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is less than 0.
ArgumentExceptionValue is either NaN, NegativeInfinity or PositiveInfinity.
See Also