# AppearanceStreams

## Content

# Class: AppearanceStreams

Provides access to the appearance streams of an annotation (the annotation's appearance dictionary).

## Accessors

### down

#### Get Signature

```ts
get down(): AppearanceStream;
```

Gets the down appearance (the "D" entry of the appearance dictionary).

##### Returns

[`AppearanceStream`](AppearanceStream)

***

### normal

#### Get Signature

```ts
get normal(): AppearanceStream;
```

Gets the normal appearance (the "N" entry of the appearance dictionary).

##### Returns

[`AppearanceStream`](AppearanceStream)

***

### rollover

#### Get Signature

```ts
get rollover(): AppearanceStream;
```

Gets the rollover appearance (the "R" entry of the appearance dictionary).

##### Returns

[`AppearanceStream`](AppearanceStream)
