MonobjcMonobjc Documented Class Library
GetType Method (object)
NamespacesMonobjc.ApplicationServicesCGPDFObjectGetType(IntPtr)

Returns the PDF type identifier of an object.

Original signature is 'CGPDFObjectType CGPDFObjectGetType ( CGPDFObjectRef object );'

Available in Mac OS X version 10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGPDFObjectType GetType(
	IntPtr object
)
Public Shared Function GetType ( _
	object As IntPtr _
) As CGPDFObjectType
public:
static CGPDFObjectType GetType(
	IntPtr object
)
Parameters
object (IntPtr)
MISSING
Return Value
Returns the type of the object parameter. See “Data Types.”
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)