Apple のCGPDFOperatorTable Referenceには、PDFOperatorCallback は次のように見えるはずだと書かれています。
void MyCGPDFOperatorCallback (
CGPDFScannerRef scanner,
void *info
);
パラメーター
スキャナー
A CGPDFScanner object. Quartz passes the scanner to your callback function. The scanner contains the PDF content stream that has the PDF operator that corresponds to this callback.
情報
A pointer to data passed to the callback.
情報がどのデータを指すのか混乱しています。これは私が何とか設定できるものですか?それともスキャナが自動的に設定しますか? もしそうなら、何に?