# DefaultAppearanceProperties

## Content

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

***

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

# Type Alias: DefaultAppearanceProperties

> **DefaultAppearanceProperties** = `object`

Defines the default appearance of an annotation.

## Properties

### font?

> `optional` **font**: [`Font`](../classes/Font)

The [Font](../classes/Font) object.

#### See

[DefaultAppearance#font](../classes/DefaultAppearance#font)

***

### fontSize?

> `optional` **fontSize**: `number`

The font size in points.

#### See

[DefaultAppearance#fontSize](../classes/DefaultAppearance#fontsize)

***

### foreColor?

> `optional` **foreColor**: [`Color`](Color)

The foreground color.

#### See

[DefaultAppearance#foreColor](../classes/DefaultAppearance#forecolor)
