PDFAnnotationBorderStyle¶
Namespace: O2S.Components.PDF4NET.Annotations
Defines the supported styles for annotation borders.
Inheritance Object → ValueType → Enum → PDFAnnotationBorderStyle
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Solid | 0 | A solid rectangle surrounding the annotation. |
| Dashed | 1 | A dashed rectangle surrounding the annotation. The dash pattern is specified by the PDFAnnotationBorder.DashPattern property. |
| 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. |