Contents

CGPDFDictionaryGetCount(_:)

Returns the number of entries in a PDF dictionary.

Declaration

func CGPDFDictionaryGetCount(_ dict: CGPDFDictionaryRef) -> Int

Parameters

  • dict:

    A PDF dictionary. If this parameter is not a valid PDF dictionary, the behavior is undefined.

Return Value

Returns the number of entries in the dictionary.

See Also

Getting Data from a Dictionary