---
layout: default-layout
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
title: Dynamsoft Document Viewer API Reference - Interface Point
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Interface Point
breadcrumbText: Interface Point
description: Dynamsoft Document Viewer Documentation API Reference Interface Point Page
permalink: /api/interface/annotationinterface/point.html
---

# Point

## Syntax

```typescript
interface Point {
    x: number; 
    y: number; 
}
```

## Attributes

### x

The x-coordinates of the point.

### y

The y-coordinates of the point.

## Related

- [`PolygonAnnotationOptions`](https://www.dynamsoft.com/document-viewer/docs/api/interface/annotationinterface/polygonannotationoptions.md)
- [`PolylineAnnotationOptions`](https://www.dynamsoft.com/document-viewer/docs/api/interface/annotationinterface/polylineannotationoptions.md)
- [`LineAnnotationOptions`](https://www.dynamsoft.com/document-viewer/docs/api/interface/annotationinterface/lineannotationoptions.md)
- [`InkAnnotationOptions`](https://www.dynamsoft.com/document-viewer/docs/api/interface/annotationinterface/inkannotationoptions.md)