---
title: CGPDFDictionaryRef
framework: coregraphics
role: symbol
role_heading: Structure
path: coregraphics/cgpdfdictionaryref
---

# CGPDFDictionaryRef

A type that encapsulates a PDF dictionary.

## Declaration

```swift
struct CGPDFDictionaryRef
```

## Topics

### Initializers

- [init(_:)](coregraphics/cgpdfdictionaryref/init(_:).md)
- [init(rawValue:)](coregraphics/cgpdfdictionaryref/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)
