Contents

CGPDFScannerPopInteger(_:_:)

Retrieves an integer object from the scanner stack.

Declaration

func CGPDFScannerPopInteger(_ scanner: CGPDFScannerRef, _ value: UnsafeMutablePointer<CGPDFInteger>?) -> Bool

Parameters

  • 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.

See Also

Getting PDF Objects from the Scanner Stack