CGPDFContentStreamGetStreams(_:)
Gets the array of PDF content streams contained in a PDF content stream object.
Declaration
func CGPDFContentStreamGetStreams(_ cs: CGPDFContentStreamRef) -> CFArray?Parameters
- cs:
A PDF content stream object.
Return Value
The array of PDF content streams that make up the content stream object represented by the cs parameter.