Click or drag to resize

PdfSignatureAppearanceBorderColor Property

Gets or sets the border color of the signature appearance.

Default value: .


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

Property Value

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