0

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.

情報がどのデータを指すのか混乱しています。これは私が何とか設定できるものですか?それともスキャナが自動的に設定しますか? もしそうなら、何に?

4

1 に答える 1

1

info関数に渡したパラメーターですCGPDFScannerCreate

于 2011-08-28T16:33:11.163 に答える