PdfBorderStyle Enumeration |
Represents the style of the annotation's border.
Namespace: SautinSoft.Pdf.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic enum PdfBorderStyle
Public Enumeration PdfBorderStyle
Members| Member name | Value | Description |
|---|
| Unknown | 0 |
The border style is unknown.
|
| Solid | 1 |
A solid rectangle surrounding the annotation.
|
| Dashed | 2 |
A dashed rectangle surrounding the annotation.
|
| Beveled | 3 |
A simulated embossed rectangle that appears to be raised above the surface of the page.
|
| Inset | 4 |
A simulated engraved rectangle that appears to be recessed below the surface of the page.
|
| Underlined | 5 |
A single line along the bottom of the annotation rectangle.
|
See Also