Click or drag to resize

PdfSignatureAppearanceBorderStyle Property

Gets or sets the border style of the signature appearance.

Default value: Solid.


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

Property Value

PdfBorderStyle
The border style of the signature appearance.
Exceptions
ExceptionCondition
NotSupportedExceptionValue Unknown of enumeration PdfBorderStyle is not supported in the requested operation.
See Also