---
title: CGPDFArrayRef
framework: coregraphics
role: symbol
role_heading: Structure
path: coregraphics/cgpdfarrayref
---

# CGPDFArrayRef

An opaque type that encapsulates a PDF array.

## Declaration

```swift
struct CGPDFArrayRef
```

## Topics

### Initializers

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