Click or drag to resize

PdfSignatureAppearanceBorderWidth Property

Gets or sets the border thickness of the signature appearance.

Default value: 1 point.


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

Property Value

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