Contents

CGPDFScannerPopName(_:_:)

Retrieves a character string from the scanner stack.

Declaration

func CGPDFScannerPopName(_ scanner: CGPDFScannerRef, _ value: UnsafeMutablePointer<UnsafePointer<CChar>?>?) -> Bool

Parameters

  • scanner:

    A valid scanner object.

  • value:

    On output, points to the character string 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