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.
| C# | Visual Basic | Visual C++ |
public static CGPDFObjectType GetType( IntPtr object )
Public Shared Function GetType ( _ object As IntPtr _ ) As CGPDFObjectType
public: static CGPDFObjectType GetType( IntPtr object )
- object (IntPtr)
- MISSING
Returns the type of the object parameter. See “Data Types.”
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)