# CompositeAndBlendOptions

## Content

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

***

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

# Type Alias: CompositeAndBlendOptions

> **CompositeAndBlendOptions** = [`BitBltOptions`](BitBltOptions) & `object`

Provides options for the [Bitmap#compositeAndBlend](../classes/Bitmap#compositeandblend) method.

## Type Declaration

### blendMode?

> `optional` **blendMode**: [`BlendMode`](../enumerations/BlendMode)

The blending method used to mix the source and destination colors. The default is "Normal".

### compositeMode?

> `optional` **compositeMode**: [`CompositeMode`](../enumerations/CompositeMode)

The Porter Duff compositing method. The default is "SourceOver".
