PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the available styles for an annotation's border.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public enum BorderStyle |
| Visual Basic (Declaration) |
|---|
Public Enumeration BorderStyle |
| Visual C++ |
|---|
public enum class BorderStyle |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| Solid |
A solid rectangle surrounding the annotation.
| |
| Dashed |
A dashed rectangle surrounding the annotation.
| |
| Beveled |
A simulated embossed rectangle that appears to be raised above the surface of the page.
| |
| Inset |
A simulated engraved rectangle that appears to be recessed below the surface of the page.
| |
| Underline |
A single line along the bottom of the annotation rectangle.
|