---
title: PDFMarkupType
framework: pdfkit
role: symbol
role_heading: Enumeration
path: pdfkit/pdfmarkuptype
---

# PDFMarkupType

The styles available for markup annotations in PDFKit.

## Declaration

```swift
enum PDFMarkupType
```

## Topics

### Constants

- [PDFMarkupType.highlight](pdfkit/pdfmarkuptype/highlight.md)
- [PDFMarkupType.strikeOut](pdfkit/pdfmarkuptype/strikeout.md)
- [PDFMarkupType.underline](pdfkit/pdfmarkuptype/underline.md)
- [PDFMarkupType.redact](pdfkit/pdfmarkuptype/redact.md)

### Initializers

- [init(rawValue:)](pdfkit/pdfmarkuptype/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 Markup Annotations

- [markupType](pdfkit/pdfannotation/markuptype.md)
- [quadrilateralPoints](pdfkit/pdfannotation/quadrilateralpoints.md)
