---
title: CGPDFObjectRef
framework: coregraphics
role: symbol
role_heading: Structure
path: coregraphics/cgpdfobjectref
---

# CGPDFObjectRef

A type that contains information about a PDF object.

## Declaration

```swift
struct CGPDFObjectRef
```

## Topics

### Initializers

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

### Data Types

- [CGPDFBoolean](coregraphics/cgpdfboolean.md)
- [CGPDFInteger](coregraphics/cgpdfinteger.md)
- [CGPDFReal](coregraphics/cgpdfreal.md)
