# BrushType

## Content

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

***

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

# Enumeration: BrushType

Identifies the type of the brush.

## Enumeration Members

### Hatch

> **Hatch**: `3`

Represents a hatch brush.

***

### Image

> **Image**: `4`

Represents an image brush.

***

### LinearGradient

> **LinearGradient**: `1`

Represents a linear gradient brush.

***

### RadialGradient

> **RadialGradient**: `2`

Represents a radial gradient brush.

***

### Solid

> **Solid**: `0`

Represents a solid brush.
