---
title: "CGPDFOperatorTableRetain(_:)"
framework: coregraphics
role: symbol
role_heading: Function
path: "coregraphics/cgpdfoperatortableretain(_:)"
---

# CGPDFOperatorTableRetain(_:)

Increments the retain count of a CGPDFOperatorTable object.

## Declaration

```swift
func CGPDFOperatorTableRetain(_ table: CGPDFOperatorTableRef) -> CGPDFOperatorTableRef
```

## Parameters

- `table`: A PDF operator table.

## Return Value

Return Value The same PDF operator table you passed in as the table parameter.

## See Also

### Retaining and Releasing a PDF Operator Table

- [CGPDFOperatorTableRelease(_:)](coregraphics/cgpdfoperatortablerelease(_:).md)
