# DeleteTextMode

## Content

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

***

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

# Enumeration: DeleteTextMode

Specifies how deleting text affects the surrounding content.

## Enumeration Members

### PreserveSpace

> **PreserveSpace**: `1`

The space that was occupied by the deleted text will become blank.
Other page content will not be affected.

***

### Standard

> **Standard**: `0`

Any text following the deleted text will be shifted
into the space previously occupied by the deleted text.
In some cases (depending on the specifics of the current PDF)
this may yield unexpected results.
