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.6.5
Syntaxpublic PdfBorderStyle BorderStyle { get; set; }
Public Property BorderStyle As PdfBorderStyle
Get
Set
Property Value
PdfBorderStyle
The border style of the signature appearance.
ExceptionsException | Condition |
---|
NotSupportedException | Value Unknown of enumeration PdfBorderStyle is not supported in the requested operation. |
See Also