---
title: CGPDFObjectType
framework: coregraphics
role: symbol
role_heading: Enumeration
path: coregraphics/cgpdfobjecttype
---

# CGPDFObjectType

Types of PDF object.

## Declaration

```swift
enum CGPDFObjectType
```

## Topics

### Constants

- [CGPDFObjectType.null](coregraphics/cgpdfobjecttype/null.md)
- [CGPDFObjectType.boolean](coregraphics/cgpdfobjecttype/boolean.md)
- [CGPDFObjectType.integer](coregraphics/cgpdfobjecttype/integer.md)
- [CGPDFObjectType.real](coregraphics/cgpdfobjecttype/real.md)
- [CGPDFObjectType.name](coregraphics/cgpdfobjecttype/name.md)
- [CGPDFObjectType.string](coregraphics/cgpdfobjecttype/string.md)
- [CGPDFObjectType.array](coregraphics/cgpdfobjecttype/array.md)
- [CGPDFObjectType.dictionary](coregraphics/cgpdfobjecttype/dictionary.md)
- [CGPDFObjectType.stream](coregraphics/cgpdfobjecttype/stream.md)

### Initializers

- [init(rawValue:)](coregraphics/cgpdfobjecttype/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)
