CGPDFScannerPopStream(_:_:)
Retrieves a PDF stream object from the scanner stack.
Declaration
func CGPDFScannerPopStream(_ scanner: CGPDFScannerRef, _ value: UnsafeMutablePointer<CGPDFStreamRef?>?) -> BoolParameters
- scanner:
A valid scanner object.
- value:
On output, points to the PDF stream object popped from the scanner stack.
Return Value
true if the stream object is retrieved successfully; otherwise, false.