MonobjcMonobjc Documented Class Library
GetString Method (dict, key, value)
NamespacesMonobjc.ApplicationServicesCGPDFDictionaryGetString(IntPtr, String, IntPtr)

Returns whether there is a PDF string associated with a specified key in a PDF dictionary and, if so, retrieves that string.

Original signature is 'bool CGPDFDictionaryGetString ( CGPDFDictionaryRef dict, const char *key, CGPDFStringRef *value );'

Available in Mac OS X version 10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool GetString(
	IntPtr dict,
	string key,
	IntPtr value
)
Public Shared Function GetString ( _
	dict As IntPtr, _
	key As String, _
	value As IntPtr _
) As Boolean
public:
static bool GetString(
	IntPtr dict, 
	String^ key, 
	IntPtr value
)
Parameters
dict (IntPtr)
MISSING
key (String)
MISSING
value (IntPtr)
MISSING
Return Value
Returns true if there is a PDF string associated with the specified key; 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)