Contents

CGPDFScannerPopObject(_:_:)

Retrieves an object from the scanner stack.

Declaration

func CGPDFScannerPopObject(_ scanner: CGPDFScannerRef, _ value: UnsafeMutablePointer<CGPDFObjectRef?>?) -> Bool

Parameters

  • scanner:

    A valid scanner object.

  • value:

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

Return Value

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

See Also

Getting PDF Objects from the Scanner Stack