# PolygonAnnotationProperties

## Content

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

***

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

# Type Alias: PolygonAnnotationProperties

> **PolygonAnnotationProperties** = [`PolygonAnnotationBaseProperties`](PolygonAnnotationBaseProperties) & `object`

Defines properties a polygon annotation that displays a polygon on a page.
When opened, it displays a pop-up window containing the text of the associated note.

## Type Declaration

### borderEffect?

> `optional` **borderEffect**: [`BorderEffectProperties`](BorderEffectProperties)

The [BorderEffectProperties](BorderEffectProperties) object defining effect applied to the annotation.

### type

> **type**: `"polygon"`

## See

[PolygonAnnotation](../classes/PolygonAnnotation)
