MonobjcMonobjc Documented Class Library
GetBytePtr Method (string)
NamespacesMonobjc.ApplicationServicesCGPDFStringGetBytePtr(IntPtr)

Returns a pointer to the bytes of a PDF string.

Original signature is 'const unsigned char * CGPDFStringGetBytePtr ( CGPDFStringRef string );'

Available in Mac OS X version 10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetBytePtr(
	IntPtr string
)
Public Shared Function GetBytePtr ( _
	string As IntPtr _
) As IntPtr
public:
static IntPtr GetBytePtr(
	IntPtr string
)
Parameters
string (IntPtr)
MISSING
Return Value
Returns a pointer to the bytes of the specified string. If the string is NULL, the function returns NULL.
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)