Contents

CGPDFArrayGetCount(_:)

Returns the number of items in a PDF array.

Declaration

func CGPDFArrayGetCount(_ array: CGPDFArrayRef) -> Int

Parameters

  • 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.

See Also

Getting Data from a PDF Array