PdfSignatureAppearanceBorderStyle Property |
Gets or sets the border style of the signature appearance.
Default value: Solid.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfBorderStyle BorderStyle { get; set; }Public Property BorderStyle As PdfBorderStyle
Get
Set
Property Value
PdfBorderStyle
The border style of the signature appearance.
Exceptions| Exception | Condition |
|---|
| NotSupportedException | Value Unknown of enumeration PdfBorderStyle is not supported in the requested operation. |
See Also