MonobjcMonobjc Documented Class Library
Retain Method (scanner)
NamespacesMonobjc.ApplicationServicesCGPDFScannerRetain(IntPtr)

Increments the retain count of a scanner object.

Original signature is 'CGPDFScannerRef CGPDFScannerRetain ( CGPDFScannerRef scanner );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr Retain(
	IntPtr scanner
)
Public Shared Function Retain ( _
	scanner As IntPtr _
) As IntPtr
public:
static IntPtr Retain(
	IntPtr scanner
)
Parameters
scanner (IntPtr)
MISSING
Return Value
The same scanner object passed to the function in the scanner parameter.
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)