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