---
title: name()
framework: pdfkit
role: symbol
role_heading: Instance Method
path: pdfkit/pdfannotationstamp/name()
---

# name()

Returns name associated with the stamp annotation.

## Declaration

```swift
func name() -> String!
```

## Discussion

Discussion Note that the name value of the stamp annotation is not necessarily identical to the user-visible appearance of the stamp annotation. For example, a stamp annotation that displays “Confidential” on a PDF page may not have a name value of “Confidential”.

## See Also

### Accessing and setting the stamp annotation

- [setName(_:)](pdfkit/pdfannotationstamp/setname(_:).md)
