# BorderStyle

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / BorderStyle

# Enumeration: BorderStyle

Defines possible border styles for fields.

## Enumeration Members

### Beveled

> **Beveled**: `3`

Beveled, a simulated embossed rectangle that appears to be raised above the surface of the page.

***

### Dashed

> **Dashed**: `2`

Dashed border.

***

### Inset

> **Inset**: `4`

Inset, a simulated engraved rectangle that appears to be recessed below the surface of the page.

***

### None

> **None**: `0`

No border.

***

### Solid

> **Solid**: `1`

Solid border.

***

### Underline

> **Underline**: `5`

Underline, a single line along the bottom of the annotation rectangle.

***

### Unknown

> **Unknown**: `6`

Value is unknown.
