Contents

CGPDFStreamGetDictionary(_:)

Returns the dictionary associated with a PDF stream.

Declaration

func CGPDFStreamGetDictionary(_ stream: CGPDFStreamRef) -> CGPDFDictionaryRef?

Parameters

  • stream:

    A PDF stream.

Return Value

The PDF dictionary for the specified stream.

See Also

Getting Data from a PDF Stream