| PdfAnnotBorder Enumeration |
Annotation border styles defined by the S entry in the
border style (BS) dictionary.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public enum PdfAnnotBorder
Members
| Member 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 D entry in the border style dictionary.
|
| 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.
|
See Also