Contents

CGPDFContentStreamRetain(_:)

Increments the retain count of a PDF content stream object.

Declaration

func CGPDFContentStreamRetain(_ cs: CGPDFContentStreamRef) -> CGPDFContentStreamRef

Parameters

  • cs:

    A PDF content stream object.

Return Value

The same PDF content stream you passed in as the cs parameter.

See Also

Retaining and Releasing a PDF Content Stream Object