MonobjcMonobjc Documented Class Library
GetDictionary Method (page)
NamespacesMonobjc.ApplicationServicesCGPDFPageGetDictionary(IntPtr)

Returns the dictionary of a PDF page.

Original signature is 'CGPDFDictionaryRef CGPDFPageGetDictionary ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.

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