---
title: "CGPDFContentStreamRelease(_:)"
framework: coregraphics
role: symbol
role_heading: Function
path: "coregraphics/cgpdfcontentstreamrelease(_:)"
---

# CGPDFContentStreamRelease(_:)

Decrements the retain count of a PDF content stream object.

## Declaration

```swift
func CGPDFContentStreamRelease(_ cs: CGPDFContentStreamRef)
```

## Parameters

- `cs`: A PDF content stream.

## See Also

### Retaining and Releasing a PDF Content Stream Object

- [CGPDFContentStreamRetain(_:)](coregraphics/cgpdfcontentstreamretain(_:).md)
