---
title: paths
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfannotation/paths
---

# paths

An array of bezier paths, in annotation-space coordinates, that compose the annotation.

## Declaration

```swift
var paths: [UIBezierPath]? { get }
```

```swift
var paths: [NSBezierPath]? { get }
```

## See Also

### Configuring Ink Annotations

- [add(_:)](pdfkit/pdfannotation/add(_:).md)
- [remove(_:)](pdfkit/pdfannotation/remove(_:).md)
