MonobjcMonobjc Documented Class Library
GetResource Method (cs, category, name)
NamespacesMonobjc.ApplicationServicesCGPDFContentStreamGetResource(IntPtr, String, String)

Gets the specified resource from a PDF content stream object.

Original signature is 'CGPDFObjectRef CGPDFContentStreamGetResource ( CGPDFContentStreamRef cs, const char *category, const char *name );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetResource(
	IntPtr cs,
	string category,
	string name
)
Public Shared Function GetResource ( _
	cs As IntPtr, _
	category As String, _
	name As String _
) As IntPtr
public:
static IntPtr GetResource(
	IntPtr cs, 
	String^ category, 
	String^ name
)
Parameters
cs (IntPtr)
MISSING
category (String)
MISSING
name (String)
MISSING
Return Value
The resource dictionary.
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)