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