CGPDFDictionaryGetCount(_:)
Returns the number of entries in a PDF dictionary.
Declaration
func CGPDFDictionaryGetCount(_ dict: CGPDFDictionaryRef) -> IntParameters
- 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.