# BorderEffectProperties

## Content

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

***

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

# Type Alias: BorderEffectProperties

> **BorderEffectProperties** = `object`

Represents an effect to be applied to the border of an annotation,
allowing set a border effect in "json" form.

## Example

```ts
let sa = new SquareAnnotation();
sa.borderEffect = { type: BorderEffectType.Cloudy, intensity: 2 };
```

## Properties

### intensity

> **intensity**: `number`

Gets or sets a number describing the intensity of the effect. Suggested values range from 0 to 2.

***

### type

> **type**: [`BorderEffectType`](../enumerations/BorderEffectType)

Gets or sets the border effect type.
