MonobjcMonobjc Documented Class Library
Retain Method (cs)
NamespacesMonobjc.ApplicationServicesCGPDFContentStreamRetain(IntPtr)

Increments the retain count of a PDF content stream object.

Original signature is 'CGPDFContentStreamRef CGPDFContentStreamRetain ( CGPDFContentStreamRef cs );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr Retain(
	IntPtr cs
)
Public Shared Function Retain ( _
	cs As IntPtr _
) As IntPtr
public:
static IntPtr Retain(
	IntPtr cs
)
Parameters
cs (IntPtr)
MISSING
Return Value
The same PDF content stream you passed in as the cs 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)