---
title: PDFTextAnnotationIconType
framework: pdfkit
role: symbol
role_heading: Enumeration
path: pdfkit/pdftextannotationicontype
---

# PDFTextAnnotationIconType

The types of icons that a text annotation can use.

## Declaration

```swift
enum PDFTextAnnotationIconType
```

## Topics

### Constants

- [PDFTextAnnotationIconType.comment](pdfkit/pdftextannotationicontype/comment.md)
- [PDFTextAnnotationIconType.key](pdfkit/pdftextannotationicontype/key.md)
- [PDFTextAnnotationIconType.note](pdfkit/pdftextannotationicontype/note.md)
- [PDFTextAnnotationIconType.help](pdfkit/pdftextannotationicontype/help.md)
- [PDFTextAnnotationIconType.newParagraph](pdfkit/pdftextannotationicontype/newparagraph.md)
- [PDFTextAnnotationIconType.paragraph](pdfkit/pdftextannotationicontype/paragraph.md)
- [PDFTextAnnotationIconType.insert](pdfkit/pdftextannotationicontype/insert.md)

### Initializers

- [init(rawValue:)](pdfkit/pdftextannotationicontype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring Text Annotations

- [iconType](pdfkit/pdfannotation/icontype.md)
- [PDFAnnotationTextIconType](pdfkit/pdfannotationtexticontype.md)
