Different styles for the border of a form field.
Namespace: TallComponents.PDF.AnnotationsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public enum BorderStyle |
| Visual Basic |
|---|
Public Enumeration BorderStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Solid | 0 | A Solid rectangle around the field. | |
| Dashed | 1 | A Dashed rectangle surrounding the field. | |
| 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 field's bounding box. |