CGPDFArrayGetCount(_:)
Returns the number of items in a PDF array.
Declaration
func CGPDFArrayGetCount(_ array: CGPDFArrayRef) -> IntParameters
- array:
A PDF array. If this parameter is not a valid PDF array, the behavior is undefined.
Return Value
Returns the number of items in the array.