MonobjcMonobjc Documented Class Library
GetDictionary Method (stream)
NamespacesMonobjc.ApplicationServicesCGPDFStreamGetDictionary(IntPtr)

Returns the dictionary associated with a PDF stream.

Original signature is 'CGPDFDictionaryRef CGPDFStreamGetDictionary ( CGPDFStreamRef stream );'

Available in Mac OS X version 10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetDictionary(
	IntPtr stream
)
Public Shared Function GetDictionary ( _
	stream As IntPtr _
) As IntPtr
public:
static IntPtr GetDictionary(
	IntPtr stream
)
Parameters
stream (IntPtr)
MISSING
Return Value
The PDF dictionary for the specified stream.
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)