# Offsets

## Content

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

***

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

# Type Alias: Offsets

> **Offsets** = `object`

Represents four values corresponding to the four sides of a rectangular area.

## Properties

### bottom

> **bottom**: `number`

The bottom side offset.

***

### left

> **left**: `number`

The left side offset.

***

### right

> **right**: `number`

The right side offset.

***

### top

> **top**: `number`

The top side offset.
