MonobjcMonobjc Documented Class Library
CGPDFOperatorCallback Delegate
NamespacesMonobjc.ApplicationServicesCGPDFOperatorCallback

Performs custom processing for PDF operators.

Original signature is : 'typedef void (*CGPDFOperatorCallback)(CGPDFScannerRef scanner, void *info);'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void CGPDFOperatorCallback(
	IntPtr scanner,
	IntPtr info
)
Public Delegate Sub CGPDFOperatorCallback ( _
	scanner As IntPtr, _
	info As IntPtr _
)
public delegate void CGPDFOperatorCallback(
	IntPtr scanner, 
	IntPtr info
)
Parameters
scanner (IntPtr)
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.
info (IntPtr)
A pointer to data passed to the callback.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)