---
title: CGPDFBox
framework: coregraphics
role: symbol
role_heading: Enumeration
path: coregraphics/cgpdfbox
---

# CGPDFBox

Box types for a PDF page.

## Declaration

```swift
enum CGPDFBox
```

## Topics

### Constants

- [CGPDFBox.mediaBox](coregraphics/cgpdfbox/mediabox.md)
- [CGPDFBox.cropBox](coregraphics/cgpdfbox/cropbox.md)
- [CGPDFBox.bleedBox](coregraphics/cgpdfbox/bleedbox.md)
- [CGPDFBox.trimBox](coregraphics/cgpdfbox/trimbox.md)
- [CGPDFBox.artBox](coregraphics/cgpdfbox/artbox.md)

### Initializers

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