# DashStyle

## Content

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

***

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

# Enumeration: DashStyle

Specifies the style of dashed lines drawn with a Pen object.

## Enumeration Members

### Custom

> **Custom**: `5`

User-defined custom dash style.

***

### Dash

> **Dash**: `1`

A line consisting of dashes.

***

### DashDot

> **DashDot**: `3`

A line consisting of a repeating pattern of dash-dot.

***

### DashDotDot

> **DashDotDot**: `4`

A line consisting of a repeating pattern of dash-dot-dot.

***

### Dot

> **Dot**: `2`

A line consisting of dots.

***

### Solid

> **Solid**: `0`

A solid line.
