MonobjcMonobjc Documented Class Library
GetID Method (document)
NamespacesMonobjc.ApplicationServicesCGPDFDocumentGetID(IntPtr)

Gets the file identifier for a PDF document.

Original signature is 'CGPDFArrayRef CGPDFDocumentGetID ( CGPDFDocumentRef document );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetID(
	IntPtr document
)
Public Shared Function GetID ( _
	document As IntPtr _
) As IntPtr
public:
static IntPtr GetID(
	IntPtr document
)
Parameters
document (IntPtr)
MISSING
Return Value
Returns the file identifier 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)