MonobjcMonobjc Documented Class Library
GetInfo Method (document)
NamespacesMonobjc.ApplicationServicesCGPDFDocumentGetInfo(IntPtr)

Gets the information dictionary for a PDF document.

Original signature is 'CGPDFDictionaryRef CGPDFDocumentGetInfo ( CGPDFDocumentRef document );'

Available in Mac OS X v10.4 and later.

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