Contents

CGPDFScannerPopArray(_:_:)

Retrieves an array object from the scanner stack.

Declaration

func CGPDFScannerPopArray(_ scanner: CGPDFScannerRef, _ value: UnsafeMutablePointer<CGPDFArrayRef?>?) -> Bool

Parameters

  • scanner:

    A valid scanner object.

  • value:

    On output, points to the PDF array object popped from the scanner stack.

Return Value

true if the array object is retrieved successfully; otherwise, false.

See Also

Getting PDF Objects from the Scanner Stack