Click or drag to resize

PdfVariableTextAppearanceBorderStyle Property

Gets or sets the border style of the variable text field appearance.

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

Property Value

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