Contents

CGPDFScannerPopString(_:_:)

Retrieves a string object from the scanner stack.

Declaration

func CGPDFScannerPopString(_ scanner: CGPDFScannerRef, _ value: UnsafeMutablePointer<CGPDFStringRef?>?) -> Bool

Parameters

  • scanner:

    A valid scanner object.

  • value:

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

Return Value

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

See Also

Getting PDF Objects from the Scanner Stack