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