MonobjcMonobjc Documented Class Library
GetValue Method (object, type, value)
NamespacesMonobjc.ApplicationServicesCGPDFObjectGetValue(IntPtr, CGPDFObjectType, IntPtr)

Returns whether an object is of a given type and if it is, retrieves its value.

Original signature is 'bool CGPDFObjectGetValue ( CGPDFObjectRef object, CGPDFObjectType type, void *value );'

Available in Mac OS X version 10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool GetValue(
	IntPtr object,
	CGPDFObjectType type,
	IntPtr value
)
Public Shared Function GetValue ( _
	object As IntPtr, _
	type As CGPDFObjectType, _
	value As IntPtr _
) As Boolean
public:
static bool GetValue(
	IntPtr object, 
	CGPDFObjectType type, 
	IntPtr value
)
Parameters
object (IntPtr)
MISSING
type (CGPDFObjectType)
MISSING
value (IntPtr)
MISSING
Return Value
Returns true if the specified object is a PDF object of the specified type, otherwise false.
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)