---
title: "CGPDFOperatorTableRelease(_:)"
framework: coregraphics
role: symbol
role_heading: Function
path: "coregraphics/cgpdfoperatortablerelease(_:)"
---

# CGPDFOperatorTableRelease(_:)

Decrements the retain count of a CGPDFOperatorTable object.

## Declaration

```swift
func CGPDFOperatorTableRelease(_ table: CGPDFOperatorTableRef)
```

## Parameters

- `table`: A PDF operator table.

## See Also

### Retaining and Releasing a PDF Operator Table

- [CGPDFOperatorTableRetain(_:)](coregraphics/cgpdfoperatortableretain(_:).md)
