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.

C# | Visual Basic | Visual 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 )


Returns true if the specified object is a PDF object of the specified type, otherwise false.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)