---
title: "append(contentsOf:)"
framework: paperkit
role: symbol
role_heading: Instance Method
path: "paperkit/papermarkup/append(contentsof:)-5tgti"
---

# append(contentsOf:)

Adds the contents of a PencilKit drawing on top of this paper.

## Declaration

```swift
mutating func append(contentsOf drawing: PKDrawing)
```

## Parameters

- `drawing`: The drawing whose contents is added on top of this paper.

## See Also

### Appending content

- [append(contentsOf:)](paperkit/papermarkup/append(contentsof:)-5668.md)
