# BitBltOptions

## Content

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

***

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

# Type Alias: BitBltOptions

> **BitBltOptions** = `object`

Provides options for the [Bitmap#bitBlt](../classes/Bitmap#bitblt) method.

## Properties

### clipBounds?

> `optional` **clipBounds**: [`Bounds`](Bounds) \| `null`

Clipping rectangle specifying the area of the destination Bitmap to be processed.

***

### height?

> `optional` **height**: `number`

The height, in pixels, of the source and destination rectangles.

***

### srcX?

> `optional` **srcX**: `number`

The x-coordinate, in pixels, of the upper-left corner of the source rectangle.

***

### srcY?

> `optional` **srcY**: `number`

The y-coordinate, in pixels, of the upper-left corner of the source rectangle.

***

### width?

> `optional` **width**: `number`

The width, in pixels, of the source and destination rectangles.
