MonobjcMonobjc Documented Class Library
GetDocument Method (page)
NamespacesMonobjc.ApplicationServicesCGPDFPageGetDocument(IntPtr)

Returns the document for a page.

Original signature is 'CGPDFDocumentRef CGPDFPageGetDocument ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetDocument(
	IntPtr page
)
Public Shared Function GetDocument ( _
	page As IntPtr _
) As IntPtr
public:
static IntPtr GetDocument(
	IntPtr page
)
Parameters
page (IntPtr)
MISSING
Return Value
The PDF document with which the specified page is associated.
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)