Click or drag to resize

PdfLinkAppearanceBorderColor Property

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

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

Property Value

NullablePdfColor
The border color of the link annotation's appearance.
Exceptions
ExceptionCondition
ArgumentExceptionThe value's Space is not device color space (DeviceGray, DeviceRGB, or DeviceCMYK).
See Also