Specifies the available styles for a field border.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfBorderStyle
Public Enumeration PdfBorderStyle
public enum class PdfBorderStyle
type PdfBorderStyle
Members
| Member | Value | Description |
|---|---|---|
| Solid | 0 |
A solid rectangle surrounding the annotation.
|
| Dashed | 1 |
A dashed rectangle surrounding the annotation.
|
| Beveled | 2 |
A simulated embossed rectangle that appears to be raised above the surface
of the page.
|
| Inset | 3 |
A simulated engraved rectangle that appears to be recessed below the surface
of the page.
|
| Underline | 4 |
A single line along the bottom of the annotation rectangle.
|
Remarks
Defaule value is Solid.