PdfSignatureAppearanceBorderWidth Property |
Gets or sets the border thickness of the signature appearance.
Default value: 1 point.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic double BorderWidth { get; set; }
Public Property BorderWidth As Double
Get
Set
Property Value
Double
The border thickness of the signature appearance.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Value is less than 0. |
ArgumentException | Value is either NaN, NegativeInfinity or PositiveInfinity. |
See Also